[FIX] report: prevent overlapping of tbody rows with header part

Implementation of this reported workaround for wkhtmltopdf:
https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1524
This commit is contained in:
Max Hellwig 2015-04-10 00:49:36 +02:00 committed by Nicolas Martinelli
parent 282ecc2898
commit 10e4a98b89
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@
.table-condensed > thead > tr > th {
border-bottom: 1px solid black !important;
}
.table-condensed > tbody > tr {
page-break-inside: avoid !important;
}
.zero_min_height {
min-height: 0px !important;
}