Skip to content

Commit

Permalink
[Improvement] Adjust spacing of address in invoice (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
OustanDing committed Sep 2, 2022
1 parent de66dc6 commit f04f1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/invoices/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ const pdfDefinition = (input: {
`${address.city} ${address.province} ${formatPostalCode(address.postalCode)}`,
],
alignment: 'left',
margin: [40, 170, 0, 0],
margin: [40, 182, 0, 0],
fontSize: 12,
lineHeight: 1.5,
},
],
styles: {
Expand Down

0 comments on commit f04f1e5

Please sign in to comment.