From 01fef3d1822d8b440384fa117115f098295a7ace Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Tue, 31 Oct 2023 18:36:36 +0000 Subject: [PATCH] Deal better with long addresses --- common.typ | 3 ++- labels_dymo.typ | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common.typ b/common.typ index b1ab389..6bdaa96 100644 --- a/common.typ +++ b/common.typ @@ -38,11 +38,12 @@ place( top + left, dy: height - 1in/8, + dx: 0.05in, block( width: 100%, height: 1in/8, align( - top + center, + top + left, text(font: "USPSIMBCompact", size: 12pt, card.imb) ) ) diff --git a/labels_dymo.typ b/labels_dymo.typ index 13fa880..0518c91 100644 --- a/labels_dymo.typ +++ b/labels_dymo.typ @@ -14,7 +14,7 @@ top + left, dx: 1in/16, dy: 1in/16, - common.address_block(2.5in, 1in, card) + common.address_block(3in, 1in, card) ) } }