prevent labels from overlapping

This commit is contained in:
Godfrey M 2023-06-29 13:18:17 -07:00
parent 825e988dfa
commit df90e924b4

View file

@ -52,7 +52,7 @@ $qr_size = ($settings->alt_barcode_enabled=='1') && ($settings->alt_barcode!='')
}
img.barcode {
display:block;
margin-top:-7px;
margin-top:-14px;
width: 100%;
}
div.label-logo {