1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 06:32:40 +01:00

Fix for amount wrapping

This commit is contained in:
Hillel Coren 2017-08-23 21:30:51 +03:00
parent 08afa86212
commit 17c27445b3

View File

@ -162,14 +162,14 @@
"subtotalsBalanceDueLabel": { "subtotalsBalanceDueLabel": {
"fontSize": "$fontSizeLargest", "fontSize": "$fontSizeLargest",
"color": "#ffffff", "color": "#ffffff",
"bold": true, "bold": true
"noWrap": true
}, },
"subtotalsBalanceDue": { "subtotalsBalanceDue": {
"fontSize": "$fontSizeLargest", "fontSize": "$fontSizeLargest",
"bold": true, "bold": true,
"color":"#ffffff", "color":"#ffffff",
"alignment":"right" "alignment":"right",
"noWrap":true
}, },
"invoiceDetails": { "invoiceDetails": {
"color": "#ffffff" "color": "#ffffff"