Single label print working

This commit is contained in:
2026-02-06 10:19:57 -06:00
parent bd34bb14d2
commit c7d69ee7cb

View File

@@ -337,11 +337,11 @@ if ($records && !$is_single) {
width: <?= $single_label_w_cm ?>cm;
height: <?= $single_label_h_cm ?>cm;
box-sizing: border-box;
padding: 0.06cm;
padding: 0.2cm;
display: flex;
flex-direction: column;
justify-content: space-between;
font-size: 0.24cm;
font-size: 11pt;
/* Rotate 90° clockwise and re-center within the feed box */
transform: rotate(90deg);