From f3163ea7ce9db8e5fad9a8bbd953533dd0359292 Mon Sep 17 00:00:00 2001 From: mlorb Date: Fri, 12 Aug 2016 08:54:14 +0200 Subject: [PATCH] visual corrections --- app/assets/stylesheets/reports_pdf.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/reports_pdf.scss b/app/assets/stylesheets/reports_pdf.scss index 481a2077d..6710e7783 100644 --- a/app/assets/stylesheets/reports_pdf.scss +++ b/app/assets/stylesheets/reports_pdf.scss @@ -14,5 +14,10 @@ } } -tr {page-break-inside: avoid;} -thead {display: table-row-group;} +tr { + page-break-inside: avoid; +} + +thead { + display: table-row-group; +}