mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 07:13:57 +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
|
@ -12,4 +12,7 @@
|
|||
overflow-y: 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 {
|
||||
page-break-inside: avoid;
|
||||
.ht_master .wtHolder {
|
||||
overflow: hidden !important;
|
||||
|
||||
|
|
Loading…
Reference in a new issue