Fix alignment badge nr of pending proposals

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-27 14:54:53 -03:00
commit 1015972860
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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)">