Merge pull request #202 from cmgustavo/ref/design-56
Fix alignment badge nr of pending proposals
This commit is contained in:
commit
7192622007
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<a class="item item-icon-right item-heading" ui-sref="tabs.proposals" translate>
|
||||
Payment Proposals
|
||||
<i class="icon nav-item-arrow-right"></i>
|
||||
<span class="badge badge-assertive" ng-if="txpsN>3" translate> {{txpsN}}</span>
|
||||
<span class="badge badge-assertive m5t m10r" ng-if="txpsN>3" translate> {{txpsN}}</span>
|
||||
</a>
|
||||
|
||||
<a ng-repeat="tx in txps" class="item" ng-click="openTxpModal(tx)">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue