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:
Benjamin Beganović 2021-03-18 12:13:59 +01:00 committed by GitHub
commit 4c5f559659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,6 +213,7 @@ trait PdfMakerUtilities
$css = <<<'EOT'
table.page-container {
page-break-after: always;
min-width: 100%;
}
thead.page-header {