fix: fixed the reports print format
This commit is contained in:
parent
3db2754b6f
commit
b05d0705d1
1 changed files with 5 additions and 0 deletions
|
|
@ -145,6 +145,11 @@ table.no-border, table.no-border td {
|
|||
margin: 3px 0px 3px;
|
||||
}
|
||||
|
||||
.print-format table td pre {
|
||||
white-space: normal;
|
||||
word-break: normal;
|
||||
}
|
||||
|
||||
table td div {
|
||||
{% if not print_settings.allow_page_break_inside_tables %}
|
||||
/* needed to avoid partial cutting of text between page break in wkhtmltopdf */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue