bemade-addons/bemade_fsm/static/src/scss/bemade_fsm.scss
Benoît Vézina fb301db2b3 for migration
2023-11-16 09:01:22 -05:00

14 lines
No EOL
226 B
SCSS

/* 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;
}