Set min-width for designs when using repeating headers/footers
This commit is contained in:
parent
cae087ada9
commit
c75e4e678f
1 changed files with 1 additions and 0 deletions
|
|
@ -213,6 +213,7 @@ trait PdfMakerUtilities
|
|||
$css = <<<'EOT'
|
||||
table.page-container {
|
||||
page-break-after: always;
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
thead.page-header {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue