From 4e2d3b7da2c41fef7913a252712d0127d61218b9 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 13 Jan 2021 21:52:16 +1100 Subject: [PATCH] Improvement for existing StockItemLabel template --- InvenTree/label/templates/stocklocation/qr_and_text.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/InvenTree/label/templates/stocklocation/qr_and_text.html b/InvenTree/label/templates/stocklocation/qr_and_text.html index 33e684b13d..9a555aca15 100644 --- a/InvenTree/label/templates/stocklocation/qr_and_text.html +++ b/InvenTree/label/templates/stocklocation/qr_and_text.html @@ -14,6 +14,12 @@ float: right; display: inline; font-size: 125%; + position: absolute; + top: 0mm; + left: 23mm; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .qr {