WalletDetails: fix padding on Android
This commit is contained in:
parent
a62d92ae3b
commit
3bbd74e977
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
||||
<div class="bp-content" ng-class="{'status-bar': isCordova && isIOS}">
|
||||
<div class="bp-content" ng-class="{'status-bar': isCordova}">
|
||||
|
||||
<div class="amount-wrapper" ng-show="wallet && wallet.isComplete() && amountIsCollapsible" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color':wallet.color}">
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue