Merge pull request #5138 from cmgustavo/bug/proposal-long-text

Fix large text on proposals modal
This commit is contained in:
Gabriel Edgardo Bazán 2016-12-02 16:20:45 -03:00 committed by GitHub
commit e9720ea676
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>