Merge pull request 'changed logic in wire pdf' (#809) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #809
This commit was merged in pull request #809.
This commit is contained in:
2026-07-06 11:42:38 +00:00

View File

@@ -51,7 +51,7 @@
$itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10; $itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10;
$itemRowHeight -= 0.5; $itemRowHeight -= 0.3;
if ($numItems == 1) { if ($numItems == 1) {
$itemRowHeight -= 2.0; $itemRowHeight -= 2.0;
} }
@@ -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; */
} }
@@ -239,9 +239,9 @@
/* Column widths */ /* Column widths */
.col-1 { width: 22%; } .col-1 { width: 22%; }
.col-2 { width: 48%; } .col-2 { width: 45%; }
.col-3 { width: 13%; } .col-3 { width: 15%; }
.col-4 { width: 17%; } .col-4 { width: 25%; }
/* .col-1 { width: 20%; } /* .col-1 { width: 20%; }
.col-2 { width: 48%; } .col-2 { width: 48%; }