scinote-web/app/assets/stylesheets/reports_pdf.scss
2016-08-12 08:54:14 +02:00

24 lines
313 B
SCSS

/**
* Additional rules when generating PDF from the reports.
*/
// Hide all glyphicons
.glyphicon {
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;
}