Merge pull request #173 from QANSEE/8.0-fix-overlapping-text

8.0 fix overlapping text - portrait
pull/181/head
Pedro M. Baeza 2016-04-08 02:22:19 +02:00
commit 0244754dcd
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ body, table, td, span, div {
}
.act_as_row {
display: table-row;
page-break-inside: avoid;
}
.act_as_cell {
display: table-cell;