19 lines
286 B
CSS
Vendored
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;
|
|
}
|
|
} |