osb/public/css/print.css
2019-06-02 15:35:48 +10:00

20 lines
421 B
CSS
Vendored

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