Single label print working
This commit is contained in:
@@ -337,11 +337,11 @@ if ($records && !$is_single) {
|
|||||||
width: <?= $single_label_w_cm ?>cm;
|
width: <?= $single_label_w_cm ?>cm;
|
||||||
height: <?= $single_label_h_cm ?>cm;
|
height: <?= $single_label_h_cm ?>cm;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0.06cm;
|
padding: 0.2cm;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
font-size: 0.24cm;
|
font-size: 11pt;
|
||||||
|
|
||||||
/* Rotate 90° clockwise and re-center within the feed box */
|
/* Rotate 90° clockwise and re-center within the feed box */
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
|
|||||||
Reference in New Issue
Block a user