Merge pull request 'Chnaged logic 1 num items in wire pallet pdf' (#670) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #670
This commit was merged in pull request #670.
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
$itemRowHeight -= 0.5;
|
$itemRowHeight -= 0.5;
|
||||||
if ($numItems == 1) {
|
if ($numItems == 1) {
|
||||||
$itemRowHeight -= 0.5;
|
$itemRowHeight -= 2.0;
|
||||||
}
|
}
|
||||||
if ($numItems == 2) {
|
if ($numItems == 2) {
|
||||||
$itemRowHeight -= 0.3;
|
$itemRowHeight -= 0.3;
|
||||||
|
|||||||
Reference in New Issue
Block a user