Browse Source

[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/164/head
Jacques-Etienne Baudoux 8 years ago
parent
commit
ffc37c64e5
  1. 1
      account_financial_report_webkit/data/financial_webkit_header.xml

1
account_financial_report_webkit/data/financial_webkit_header.xml

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

Loading…
Cancel
Save