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 {