mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5174 from beganovich/v5-1803-fix-min-width
(v5) Set min-width for designs when using repeating headers/footers
This commit is contained in:
commit
4c5f559659
@ -213,6 +213,7 @@ trait PdfMakerUtilities
|
||||
$css = <<<'EOT'
|
||||
table.page-container {
|
||||
page-break-after: always;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
thead.page-header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user