Merge pull request #13233 from Godmartinz/barcode_adjusts_if_qr_code_

fixed margin if qr_code present
This commit is contained in:
snipe 2023-07-12 17:11:58 +01:00 committed by GitHub
commit 44b8558e38
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:-14px;
margin-top:{{$settings->qr_code=='1' ? '-15px' : '-7px;'}};
width: 100%;
}
div.label-logo {