Fix large text on proposals modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-12-02 16:18:20 -03:00
commit a357fca36f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 5 additions and 1 deletions

View file

@ -437,3 +437,7 @@ input[type=file] {
.keyboard-open .has-tabs {
bottom: 0;
}
.white-space-initial {
white-space: initial;
}

View file

@ -27,7 +27,7 @@
The payment was removed by creator
</div>
<div class="text-center m10t" ng-show="tx.status != 'pending'">
<div class="text-center m10t white-space-initial" ng-show="tx.status != 'pending'">
<div ng-show="tx.status == 'accepted' && !tx.isGlidera">
<div class="m10b positive" translate>Payment accepted, but not yet broadcasted</div>