Adjusted pdf column size in wire pallet pdf #812

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-07 03:39:24 +00:00

View File

@@ -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%; }