From 5a77cdfdc2170ce5b6715f5c3f86360bf24af057 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 7 Jul 2026 09:09:10 +0530 Subject: [PATCH] Adjusted pdf column size in wire pallet pdf --- resources/views/pdf/wire-pallet.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/pdf/wire-pallet.blade.php b/resources/views/pdf/wire-pallet.blade.php index d844477..2927764 100644 --- a/resources/views/pdf/wire-pallet.blade.php +++ b/resources/views/pdf/wire-pallet.blade.php @@ -26,7 +26,7 @@ $grossWeightHeight = 5; $netWeightHeight = 5; $licenseHeight = 5; - $companyInfoHeight = 6.9; + $companyInfoHeight = 6.9; //6.9 $logoHeight = $titleHeight * 0.8; $logoMaxWidth = 20; $isilogoHeight = $titleHeight * 0.9; @@ -51,7 +51,7 @@ $itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10; - $itemRowHeight -= 0.7; + $itemRowHeight -= 0.5; if ($numItems == 1) { $itemRowHeight -= 2.0; } @@ -240,8 +240,8 @@ /* Column widths */ .col-1 { width: 22%; } .col-2 { width: 45%; } - .col-3 { width: 15%; } - .col-4 { width: 25%; } + .col-3 { width: 11%; } + .col-4 { width: 29%; } /* .col-1 { width: 20%; } .col-2 { width: 48%; }