From 37eed0640f132007e9cdeb1ba21ad751908da224 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Fri, 22 May 2026 15:27:13 +0530 Subject: [PATCH] Changed alignment for panel sticker --- .../views/production-orders/printpanel.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/production-orders/printpanel.blade.php b/resources/views/production-orders/printpanel.blade.php index 8164efc..b86bf24 100644 --- a/resources/views/production-orders/printpanel.blade.php +++ b/resources/views/production-orders/printpanel.blade.php @@ -20,11 +20,11 @@ } .qr{ - width:22mm; - height:22mm; + width:28mm; + height:28mm; position:absolute; - top:3mm; - left:9mm; + top:-1mm; + left:5.8mm; } .serial{ @@ -38,12 +38,12 @@ } .desc{ position:absolute; - top:31.5mm; + top:30.6mm; width:100%; text-align:center; font-family:Arial, sans-serif; font-weight:bold; - font-size:2.5mm; + font-size:2mm; white-space:nowrap; }