bemade-addons/bemade_fsm/static/src/scss/bemade_fsm.scss

14 lines
226 B
SCSS
Raw Normal View History

2023-11-16 09:01:22 -05:00
/* This prevents repeating the header, which overlaps with the body due to a bug in
wkhtmltopdf rendering.
*/
thead {
display: table-row-group;
}
tfoot {
display: table-row-group;
}
tr {
page-break-inside: avoid;
}