mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Fix for amount wrapping
This commit is contained in:
parent
aa5d928537
commit
712ca7346c
@ -162,7 +162,8 @@
|
||||
"subtotalsBalanceDueLabel": {
|
||||
"fontSize": "$fontSizeLargest",
|
||||
"color": "#ffffff",
|
||||
"bold": true
|
||||
"bold": true,
|
||||
"noWrap": true
|
||||
},
|
||||
"subtotalsBalanceDue": {
|
||||
"fontSize": "$fontSizeLargest",
|
||||
|
Loading…
Reference in New Issue
Block a user