SearchKit - normalize search display column keys
[civicrm-core.git] / css / print.css
index 0eb326d7fe5534baf41f59b6a07e14ae75e41bd6..99e8fab6fbf7173daacb3c3a31cb3ad975753105 100644 (file)
@@ -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;
+}