fixes problem with splitted table when generating pdf report [SCI-302]

This commit is contained in:
Mojca Lorber 2016-08-11 15:24:18 +02:00
parent b350dff826
commit 94915a9ba7
2 changed files with 4 additions and 2 deletions

View file

@ -13,3 +13,6 @@
overflow-x: hidden !important; overflow-x: hidden !important;
} }
} }
tr {page-break-inside: avoid;}
thead {display: table-row-group;}

View file

@ -29,7 +29,6 @@ div.print-report {
} }
.hot-table-container { .hot-table-container {
page-break-inside: avoid;
.ht_master .wtHolder { .ht_master .wtHolder {
overflow: hidden !important; overflow: hidden !important;