changed logic in wire pdf
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 15s
Laravel Pint / pint (pull_request) Successful in 2m0s
Laravel Larastan / larastan (pull_request) Failing after 3m54s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 16s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 16s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 15s
Laravel Pint / pint (pull_request) Successful in 2m0s
Laravel Larastan / larastan (pull_request) Failing after 3m54s
This commit is contained in:
@@ -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%; }
|
||||||
|
|||||||
Reference in New Issue
Block a user