mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
prevent labels from overlapping
This commit is contained in:
parent
825e988dfa
commit
df90e924b4
|
@ -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