fix: child table columns overflow

This commit is contained in:
Faris Ansari 2022-01-29 12:21:01 +05:30
parent e198217d13
commit 7223f749dc

View file

@ -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) {