X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=99e8fab6fbf7173daacb3c3a31cb3ad975753105;hb=2c40fdaaa515c135ca9e4ecbe68230a948ad368f;hp=812c5a8bf084a87bacd7398fef8112103cf4aad4;hpb=1af3956a924699257b275b02782e7cc70bd00176;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index 812c5a8bf0..99e8fab6fb 100644 --- a/css/print.css +++ b/css/print.css @@ -74,8 +74,9 @@ table.form-layout td, table.form-layout th { border-top : 2px groove #DCDCDC; } -#crm-container table.report-layout.page-break { +#crm-container div.page-break { page-break-before: always; + height: 0; } #crm-container .report-label { @@ -123,3 +124,8 @@ table.form-layout td, table.form-layout th { font-style : italic; float : right; } + +/* Fix for CRM-19869 */ +tr { + page-break-inside: avoid; +}