Merge pull request #173 from QANSEE/8.0-fix-overlapping-text
8.0 fix overlapping text - portraitpull/181/head
commit
0244754dcd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue