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