fixed margin if qr_code present

This commit is contained in:
Godfrey M 2023-06-29 13:37:38 -07:00
parent bbbeaaee2b
commit d44e667697

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 {