adjusts the margin and padding for img barcode in labels

This commit is contained in:
Godfrey M
2022-12-07 14:52:23 -08:00
parent 1a8b2a169b
commit ec854ddc1d
+1 -2
View File
@@ -52,8 +52,7 @@ $qr_size = ($settings->alt_barcode_enabled=='1') && ($settings->alt_barcode!='')
}
img.barcode {
display:block;
padding-top: .11in;
margin-top:-7px;
width: 100%;
}
div.label-logo {