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:
mlorb 2016-08-12 08:55:10 +02:00 committed by GitHub
commit 6b17385f3a

View file

@ -12,4 +12,12 @@
overflow-y: hidden !important;
overflow-x: hidden !important;
}
}
}
tr {
page-break-inside: avoid;
}
thead {
display: table-row-group;
}