mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Merge pull request #13232 from Godmartinz/labels_overlapping_issue
fixed barcode and info from overlapping
This commit is contained in:
commit
bbbeaaee2b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue