Merge pull request #12224 from Godmartinz/gh12211_img_barcode_adjustment

Fixes the margin and padding for img barcode in labels
This commit is contained in:
snipe 2022-12-07 16:35:04 -08:00 committed by GitHub
commit d7c5a6af71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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