[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

pull/163/head
Jacques-Etienne Baudoux 2016-02-22 12:25:28 +01:00
parent 77c73bd8b2
commit ffc37c64e5
1 changed files with 1 additions and 0 deletions

View File

@ -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;