Merge pull request #5138 from cmgustavo/bug/proposal-long-text
Fix large text on proposals modal
This commit is contained in:
commit
e9720ea676
2 changed files with 5 additions and 1 deletions
|
|
@ -437,3 +437,7 @@ input[type=file] {
|
|||
.keyboard-open .has-tabs {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.white-space-initial {
|
||||
white-space: initial;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue