Merge pull request #3325 from bechi/bug/ui

fix text centered
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-23 12:12:08 -03:00
commit f7c9910ef6
1 changed files with 7 additions and 7 deletions

View File

@ -156,7 +156,7 @@
</div>
</div>
<div class="row columns text-center m20t" ng-if="tx.canBeRemoved">
<div class="columns text-center m20t" ng-if="tx.canBeRemoved">
<div class="text-gray size-12 m20b" ng-if="!tx.isGlidera" translate>
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
</div>