Browse Source

[FIX] account_financial_report_webkit: overlapping headers

pull/476/head
Jerther 6 years ago
committed by GitHub
parent
commit
60abf9ad0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      account_financial_report_webkit/report/templates/account_report_general_ledger.mako

3
account_financial_report_webkit/report/templates/account_report_general_ledger.mako

@ -8,6 +8,9 @@
overflow: hidden;
white-space: nowrap;
}
div {
page-break-inside: avoid;
}
${css}
</style>
</head>

Loading…
Cancel
Save