From 851e753b74afccee99852fdb194d50d46cfcbe2c Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Mon, 6 Jul 2026 17:04:28 +0530 Subject: [PATCH] adjusted size of the wire pallet pdf --- resources/views/pdf/wire-pallet.blade.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/resources/views/pdf/wire-pallet.blade.php b/resources/views/pdf/wire-pallet.blade.php index 5e9e125..aacb53b 100644 --- a/resources/views/pdf/wire-pallet.blade.php +++ b/resources/views/pdf/wire-pallet.blade.php @@ -124,7 +124,7 @@ table { width: 100%; border-collapse: collapse; - /* table-layout: fixed; */ + table-layout: fixed; /* height: mm !important; */ } @@ -238,10 +238,15 @@ } /* Column widths */ - .col-1 { width: 22%; } + /* .col-1 { width: 22%; } .col-2 { width: 45%; } .col-3 { width: 15%; } - .col-4 { width: 25%; } + .col-4 { width: 25%; } */ + + .col-1 { width: 20%; } /* Material Code */ + .col-2 { width: 48%; } /* Description */ + .col-3 { width: 15%; } /* Qty */ + .col-4 { width: 17%; } /* No. of Boxes */ /* Force exact heights for rows - ALL FIXED EXCEPT ITEM ROWS */ .title-row {