From d26ef68bdf59ed30447be580f16605aa43d037e8 Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Thu, 12 Jan 2017 12:28:25 +0100 Subject: [PATCH] Closes CRM-19869 - table layout problem multiple page PDF. --- css/print.css | 5 +++++ 1 file changed, 5 insertions(+) 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; +} -- 2.25.1