diff --git a/frappe/templates/print_format/print_format.css b/frappe/templates/print_format/print_format.css index 480cd19439..baaf5b087d 100644 --- a/frappe/templates/print_format/print_format.css +++ b/frappe/templates/print_format/print_format.css @@ -57,6 +57,10 @@ body { padding-left: {{ print_format.margin_left | int }}mm; padding-bottom: {{ print_format.margin_bottom | int }}mm; } + + .child-table { + overflow-x: auto; + } } .section:not(:first-child) {