Improvement for existing StockItemLabel template

This commit is contained in:
Oliver Walters 2021-01-13 21:52:16 +11:00
parent e561b3a4fc
commit 4e2d3b7da2

View File

@ -14,6 +14,12 @@
float: right; float: right;
display: inline; display: inline;
font-size: 125%; font-size: 125%;
position: absolute;
top: 0mm;
left: 23mm;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.qr { .qr {