X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=99e8fab6fbf7173daacb3c3a31cb3ad975753105;hb=3c3fae78d896a78ab2fda0d687e24ff273648d05;hp=0eb326d7fe5534baf41f59b6a07e14ae75e41bd6;hpb=33893784c372afde13c6fd635640c4678524fe72;p=civicrm-core.git diff --git a/css/print.css b/css/print.css index 0eb326d7fe..99e8fab6fb 100644 --- a/css/print.css +++ b/css/print.css @@ -124,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; +}