mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Label_Woes
This commit is contained in:
parent
e97cf011b6
commit
e7f74d94c1
|
@ -36,7 +36,6 @@ $qr_txt_size = ($settings->qr_code=='1' ? $settings->labels_width - $qr_size - .
|
||||||
.page-break {
|
.page-break {
|
||||||
page-break-after:always;
|
page-break-after:always;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.qr_img {
|
div.qr_img {
|
||||||
width: {{ $qr_size }}in;
|
width: {{ $qr_size }}in;
|
||||||
height: {{ $qr_size }}in;
|
height: {{ $qr_size }}in;
|
||||||
|
@ -59,7 +58,6 @@ $qr_txt_size = ($settings->qr_code=='1' ? $settings->labels_width - $qr_size - .
|
||||||
padding-top: .11in;
|
padding-top: .11in;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qr_text {
|
.qr_text {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -71,14 +69,12 @@ $qr_txt_size = ($settings->qr_code=='1' ? $settings->labels_width - $qr_size - .
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.barcode_container {
|
div.barcode_container {
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline;
|
display: inline;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-padding {
|
.next-padding {
|
||||||
margin: {{ $settings->labels_pmargin_top }}in {{ $settings->labels_pmargin_right }}in {{ $settings->labels_pmargin_bottom }}in {{ $settings->labels_pmargin_left }}in;
|
margin: {{ $settings->labels_pmargin_top }}in {{ $settings->labels_pmargin_right }}in {{ $settings->labels_pmargin_bottom }}in {{ $settings->labels_pmargin_left }}in;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue