Skip to content

Commit c362aa8

Browse files
committed
fixe more spacing issues
1 parent 3b1cafd commit c362aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/views/walletHome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
style="background-image: linear-gradient( rgb(124, 194, 276), rgb(44, 124, 206));">
117117
<div ng-if="!index.anyOnGoingProcess || 1" style="position: relative;">
118118
<div ng-show="index.updateError" ng-click='index.openWallet(); index.updateTxHistory()'>
119-
<span class="size-13db m10b">{{index.updateError|translate}}</span>
119+
<span class="size-13 db m10b">{{index.updateError|translate}}</span>
120120
<button class="outline white tiny round" translate>Tap to retry</button>
121121
</div>
122122

@@ -220,7 +220,7 @@ <h4 ng-show="!index.requiresMultipleSignatures" class="title m0" translate>Unsen
220220
ng-include="index.txTemplateUrl">
221221
</div>
222222

223-
<div class="text-gray text-center size-13p10t"
223+
<div class="text-gray text-center size-13 p10t"
224224
ng-show="index.lockedBalanceBytes && !index.updatingStatus">
225225
<span translate>Total Locked Balance</span>:
226226
<b>{{index.lockedBalanceStr}} </b>

0 commit comments

Comments
 (0)