From 982771637999f32f347a8158e4220c868506c12d Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 30 Apr 2026 15:18:03 +0530 Subject: [PATCH] changed font size in desc --- 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 a144d76..828111d 100644 --- a/resources/views/production-orders/print.blade.php +++ b/resources/views/production-orders/print.blade.php @@ -76,7 +76,7 @@ } .desc { - font-size: 5pt; + font-size: 6pt; margin-left: -5pt; padding-top: 10pt; } -- 2.49.1