mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated modern.js invoice template to fix width issues (#1128)
Updated modern.js invoice template to fix width issues. This is related to PR #1104. This time it should be put against the correct branch.
This commit is contained in:
parent
346dde8e97
commit
f723621df8
@ -58,7 +58,7 @@
|
|||||||
"type": "rect",
|
"type": "rect",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"w": 515,
|
"w": 532,
|
||||||
"h": 26,
|
"h": 26,
|
||||||
"r": 0,
|
"r": 0,
|
||||||
"lineWidth": 1,
|
"lineWidth": 1,
|
||||||
@ -260,4 +260,4 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 120, 40, 50]
|
"pageMargins": [40, 120, 40, 50]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user