fix: fixed the reports print format

This commit is contained in:
Neha Sacher 2020-05-11 18:25:59 +05:30
parent 3db2754b6f
commit b05d0705d1

View file

@ -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 */