mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 23:35:00 +08:00
fixes problem with splitted table when generating pdf report [SCI-302]
This commit is contained in:
parent
b350dff826
commit
94915a9ba7
2 changed files with 4 additions and 2 deletions
|
@ -13,3 +13,6 @@
|
||||||
overflow-x: hidden !important;
|
overflow-x: hidden !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr {page-break-inside: avoid;}
|
||||||
|
thead {display: table-row-group;}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue