mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:24: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'
|
$css = <<<'EOT'
|
||||||
table.page-container {
|
table.page-container {
|
||||||
page-break-after: always;
|
page-break-after: always;
|
||||||
|
min-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead.page-header {
|
thead.page-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user