fix: child table columns overflow
This commit is contained in:
parent
e198217d13
commit
7223f749dc
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue