From c75e4e678fa55e624ac0cb45400ee3d4661856ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Mar 2021 12:12:44 +0100 Subject: [PATCH] Set min-width for designs when using repeating headers/footers --- app/Services/PdfMaker/PdfMakerUtilities.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Services/PdfMaker/PdfMakerUtilities.php b/app/Services/PdfMaker/PdfMakerUtilities.php index c2ea9b88f3a9..d72664ac2ada 100644 --- a/app/Services/PdfMaker/PdfMakerUtilities.php +++ b/app/Services/PdfMaker/PdfMakerUtilities.php @@ -213,6 +213,7 @@ trait PdfMakerUtilities $css = <<<'EOT' table.page-container { page-break-after: always; + min-width: 100%; } thead.page-header {