We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7843ac6 commit d7a33c3Copy full SHA for d7a33c3
packages/tools/templates/invoice/default.typ
@@ -148,7 +148,9 @@
148
columns: (50%, 50%),
149
[
150
#if (invoice.companyDetails.logoSvg != none) [
151
- #image(bytes(invoice.companyDetails.logoSvg), format: "svg", width: 80%)
+ #box(height: 15em)[
152
+ #image(bytes(invoice.companyDetails.logoSvg), format: "svg")
153
+ ]
154
]
155
#align(bottom)[#invoice.clientDetails.at("companyName", default: none) \
156
#invoice.clientDetails.at("contactPersonName", default: none) \
0 commit comments