adjusted size of the wire pallet pdf
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 17s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 14s
Laravel Pint / pint (pull_request) Successful in 2m9s
Laravel Larastan / larastan (pull_request) Failing after 4m18s

This commit is contained in:
dhanabalan
2026-07-06 17:04:28 +05:30
parent c94688a794
commit 851e753b74

View File

@@ -124,7 +124,7 @@
table { table {
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
/* table-layout: fixed; */ table-layout: fixed;
/* height: <?php echo $availableHeight; ?>mm !important; */ /* height: <?php echo $availableHeight; ?>mm !important; */
} }
@@ -238,10 +238,15 @@
} }
/* Column widths */ /* Column widths */
.col-1 { width: 22%; } /* .col-1 { width: 22%; }
.col-2 { width: 45%; } .col-2 { width: 45%; }
.col-3 { width: 15%; } .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 */ /* Force exact heights for rows - ALL FIXED EXCEPT ITEM ROWS */
.title-row { .title-row {