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

19 lines
304 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;
}
}
tr {page-break-inside: avoid;}
thead {display: table-row-group;}