Merge pull request 'Adjusted pdf column size in wire pallet pdf' (#812) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 22s

Reviewed-on: #812
This commit was merged in pull request #812.
This commit is contained in:
2026-07-07 03:39:23 +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%; }