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

@ -12,4 +12,7 @@
overflow-y: 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 {
page-break-inside: avoid;
.ht_master .wtHolder {
overflow: hidden !important;