Merge pull request #5348 from gabrielbazan7/fix/hiddenamount
fix hidden amount not fully displayed
This commit is contained in:
commit
78ae94fa97
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div ng-show="!updateStatusError && wallet.balanceHidden" on-hold="hideToggle()">
|
||||
<div ng-show="!updateStatusError && wallet.balanceHidden" ng-style="{'transform': amountScale}" on-hold="hideToggle()">
|
||||
<strong class="size-24" translate>[Balance Hidden]</strong>
|
||||
<div class="size-14" translate>
|
||||
Tap and hold to show
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue