Merge pull request #13232 from Godmartinz/labels_overlapping_issue

fixed barcode and info from overlapping
This commit is contained in:
snipe 2023-06-29 21:23:31 +01:00 committed by GitHub
commit bbbeaaee2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {