X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fprint.css;h=99e8fab6fbf7173daacb3c3a31cb3ad975753105;hb=7db7ba697ebaca3777e81bcd44563b92667fbe52;hp=0eb326d7fe5534baf41f59b6a07e14ae75e41bd6;hpb=881f238458ec4f436fb7cda42e2e133f0075d0d6;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; +}