osb/public/css/print.css
2020-05-25 14:09:27 +10:00

19 lines
286 B
CSS
Vendored

@media print {
body {
color: #333;
font-weight: 400;
font-size: 0.85em;
}
label {
font-weight: bold;
}
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
.table-responsive {
overflow: visible !important;
}
}