scinote-web/app/assets/stylesheets/reports_pdf.scss
2018-07-27 15:27:08 +02:00

24 lines
306 B
SCSS

/**
* Additional rules when generating PDF from the reports.
*/
// Hide all fas icons
.fas {
display: none;
}
.print-report-body {
.print-report {
overflow-y: hidden !important;
overflow-x: hidden !important;
}
}
tr {
page-break-inside: avoid;
}
thead {
display: table-row-group;
}