Merge pull request 'changed item row size in wire pdf' (#810) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 24s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 24s
Reviewed-on: #810
This commit was merged in pull request #810.
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
$itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10;
|
$itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10;
|
||||||
|
|
||||||
$itemRowHeight -= 0.3;
|
$itemRowHeight -= 0.7;
|
||||||
if ($numItems == 1) {
|
if ($numItems == 1) {
|
||||||
$itemRowHeight -= 2.0;
|
$itemRowHeight -= 2.0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user