Fix terms margin on plain design

This commit is contained in:
Hillel Coren 2017-01-08 13:53:27 +02:00
parent 4df82a12c8
commit 2ee346ddee

View File

@ -148,6 +148,9 @@
"bold": true, "bold": true,
"margin": [0, 0, 0, 4] "margin": [0, 0, 0, 4]
}, },
"terms": {
"margin": [0, 0, 20, 0]
},
"invoiceDetailBalanceDueLabel": { "invoiceDetailBalanceDueLabel": {
"fillColor": "#e6e6e6" "fillColor": "#e6e6e6"
}, },