X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=99e8fab6fbf7173daacb3c3a31cb3ad975753105;hb=81e96a1ab27286d278f90dae4e57ff2a3a6256c9;hp=8a8b2d3248ef044a47347194c5b632e6e9415283;hpb=ace706265dd7034522732b4e65825f5cb8a76360;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index 8a8b2d3248..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 tr.crm-report-sectionHeader.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; +}