mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:34:29 -04:00
Set min-width for designs when using repeating headers/footers
This commit is contained in:
parent
cae087ada9
commit
c75e4e678f
@ -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