Merge pull request #164 from QANSEE/8.0-fix-overlapping-text
[FIX] 8.0 fix overlapping textpull/167/head
commit
792d3eab21
|
@ -73,6 +73,7 @@ body, table, td, span, div {
|
||||||
}
|
}
|
||||||
.act_as_row {
|
.act_as_row {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
.act_as_cell {
|
.act_as_cell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|
Loading…
Reference in New Issue