From fe404c050ab3c5b934c13b82a2f0087f20674619 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 30 Apr 2026 15:59:29 +0530 Subject: [PATCH] change font size for serial number in production order --- .../views/production-orders/print.blade.php | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/resources/views/production-orders/print.blade.php b/resources/views/production-orders/print.blade.php index 828111d..1aa44ca 100644 --- a/resources/views/production-orders/print.blade.php +++ b/resources/views/production-orders/print.blade.php @@ -9,6 +9,7 @@ body { margin: 0; padding: 0; + /* font-family: "Arial Narrow", "DejaVu Sans", sans-serif; */ } .sticker { @@ -55,7 +56,7 @@ } */ .serial { - font-size: 10pt; + font-size: 8pt; font-weight: bold; position: relative; top: 5pt; @@ -70,15 +71,28 @@ .po { font-size: 8pt; + font-weight: bold; + text-align: left !important; position: absolute; right: 5pt; top: 6pt; } - .desc { + /* .desc { font-size: 6pt; margin-left: -5pt; + font-weight: bold; padding-top: 10pt; + } */ + .desc { + font-family: "Arial Narrow"; + font-size: 6pt; + font-weight: bold; + letter-spacing: -0.3px; + white-space: nowrap; + padding-top: 10pt; + margin-left: -5pt; + overflow: hidden; }