scinote-web/app/assets/stylesheets/reports_pdf.scss

24 lines
313 B
SCSS
Raw Normal View History

2016-02-12 23:52:43 +08:00
/**
* 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;
}
}
2016-08-12 14:54:14 +08:00
tr {
page-break-inside: avoid;
}
thead {
display: table-row-group;
}