From d71e3e96454748fca366fd191ea06e9ad10c7199 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 30 Apr 2026 15:08:16 +0530 Subject: [PATCH] changed font size of description in print balde file --- resources/views/production-orders/print.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/production-orders/print.blade.php b/resources/views/production-orders/print.blade.php index f2b068a..a144d76 100644 --- a/resources/views/production-orders/print.blade.php +++ b/resources/views/production-orders/print.blade.php @@ -76,7 +76,7 @@ } .desc { - font-size: 7pt; + font-size: 5pt; margin-left: -5pt; padding-top: 10pt; } -- 2.49.1