mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 08:54:31 +08:00
Merge pull request #56 from biosistemika/ml_sci_302
fixes problem with split table when generating pdf report [SCI-302]
This commit is contained in:
commit
6b17385f3a
1 changed files with 9 additions and 1 deletions
|
@ -12,4 +12,12 @@
|
|||
overflow-y: hidden !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tr {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
thead {
|
||||
display: table-row-group;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue