[FIX] account_financial_report_webkit: in landscape layout, row are split accross pages with half the line displayed on page1 and second half displayed on page2 on top of row header. This make data unreadable. See https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1524
parent
77c73bd8b2
commit
ffc37c64e5
|
@ -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