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