Merge pull request #2172 from ddreier/v3-label-changes

Center 1D Barcode and include Custom CSS in barcodes view
This commit is contained in:
snipe 2016-06-17 17:14:28 -07:00 committed by GitHub
commit 1c51db876c

View file

@ -49,6 +49,11 @@
width: 100%;
height: 100%;
}
img.barcode {
display: block;
margin-left: auto;
margin-right: auto;
}
.qr_text {
width: {{ $qr_txt_size }}in;
@ -88,6 +93,9 @@
}
}
@if (\App\Models\Setting::getSettings()->custom_css)
{{ \App\Models\Setting::getSettings()->show_custom_css() }}
@endif
</style>