File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ <h4 class="title m0">
374
374
375
375
< div class ="mtab " ng-class ="{'active': mtab == 1} " ng-init ="mtab = 1 ">
376
376
< div ng-hide ="home.hideAddress ">
377
- < div class ="row collapse " style ="padding-top: 5px; ">
377
+ < div class ="row collapse " style ="padding-top: 5px;min-height: 24px; ">
378
378
< label for ="address " class ="left " ng-if ="index.arrBalances.length > 0 && index.arrBalances[index.assetIndex].asset !== 'base' ">
379
379
< span translate > To byteball address</ span >
380
380
</ label >
@@ -387,8 +387,7 @@ <h4 class="title m0">
387
387
< i class ="icon-checkmark-circle size-14 "> </ i >
388
388
</ small >
389
389
</ span >
390
-
391
- </ div >
390
+ </ div >
392
391
393
392
< div class ="input ">
394
393
< input ng-if ="index.arrBalances[index.assetIndex].asset === 'base' " class ="m0 " type ="text " id ="address " name ="address " ng-disabled ="home.blockUx || home.lockAddress || !home.canSendExternalPayment() " ng-attr-placeholder ="{{home.canSendExternalPayment() ? 'Byteball address or email' : 'Byteball address of your other wallet →'}} " ng-model ="_address " ng-required valid-address-or-email ng-focus ="home.formFocus('address') " ng-blur ="home.formFocus(false) ">
You can’t perform that action at this time.
0 commit comments