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
9935b0ac47
commit
aa5d928537
@ -86,9 +86,9 @@
|
||||
"canvas": [
|
||||
{
|
||||
"type": "rect",
|
||||
"x": 76,
|
||||
"x": 60,
|
||||
"y": 20,
|
||||
"w": 182,
|
||||
"w": 198,
|
||||
"h": 30,
|
||||
"r": 7,
|
||||
"lineWidth": 1,
|
||||
@ -99,7 +99,7 @@
|
||||
{
|
||||
"style": "subtotalsBalance",
|
||||
"table": {
|
||||
"widths": ["*", "35%"],
|
||||
"widths": ["*", "45%"],
|
||||
"body": "$subtotalsBalance"
|
||||
},
|
||||
"layout": {
|
||||
|
Loading…
Reference in New Issue
Block a user