From aad961260a497a59a419f5b33f7430b027e1dede Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 6 Jul 2026 17:12:26 +0530 Subject: [PATCH] changed logic in wire pdf --- resources/views/pdf/wire-pallet.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/pdf/wire-pallet.blade.php b/resources/views/pdf/wire-pallet.blade.php index 690d2f7..efd5a16 100644 --- a/resources/views/pdf/wire-pallet.blade.php +++ b/resources/views/pdf/wire-pallet.blade.php @@ -51,7 +51,7 @@ $itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10; - $itemRowHeight -= 0.5; + $itemRowHeight -= 0.3; if ($numItems == 1) { $itemRowHeight -= 2.0; } @@ -124,7 +124,7 @@ table { width: 100%; border-collapse: collapse; - table-layout: fixed; + /* table-layout: fixed; */ /* height: mm !important; */ } @@ -239,9 +239,9 @@ /* Column widths */ .col-1 { width: 22%; } - .col-2 { width: 48%; } - .col-3 { width: 13%; } - .col-4 { width: 17%; } + .col-2 { width: 45%; } + .col-3 { width: 15%; } + .col-4 { width: 25%; } /* .col-1 { width: 20%; } .col-2 { width: 48%; }