changed item row size in wire pdf
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 24s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 29s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 25s
Laravel Pint / pint (pull_request) Failing after 1m45s
Laravel Larastan / larastan (pull_request) Failing after 3m23s

This commit is contained in:
dhanabalan
2026-07-06 17:14:33 +05:30
parent aad961260a
commit 7627aa07fd

View File

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