mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 08:36:08 +00:00
11 lines
202 B
SCSS
11 lines
202 B
SCSS
.needs_style_break {
|
|
page-break-before: always;
|
|
}
|
|
|
|
table.need, table.NEEDS_DATATABLES, .needs_style_ssp-table-wrap {
|
|
table-layout: fixed;
|
|
td, th {
|
|
overflow-wrap: break-word;
|
|
}
|
|
}
|