fix styling in payment proposals view
This commit is contained in:
parent
ee3fe85bd9
commit
b05bfc141b
1 changed files with 2 additions and 4 deletions
|
|
@ -16,10 +16,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list card" ng-show="txps[0] && !fetchingProposals">
|
||||
<a ng-repeat="tx in txps" class="item" ng-click="openTxpModal(tx)">
|
||||
<span ng-include="'views/includes/txp.html'"></span>
|
||||
</a>
|
||||
<div class="list card" ng-show="txps[0] && !fetchingProposals" style="padding: 0;">
|
||||
<a ng-repeat="tx in txps" ng-click="openTxpModal(tx)" class="wallet-details__item item item-sub" ng-include="'views/includes/txp.html'"></a>
|
||||
</div>
|
||||
|
||||
<div class="list card" ng-show="!txps[0] && !fetchingProposals">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue