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
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