Fix repeated table header top border when printing
This commit is contained in:
@@ -678,7 +678,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table { border-top: none; }
|
||||||
table tr td, table tr th { page-break-inside:avoid; }
|
table tr td, table tr th { page-break-inside:avoid; }
|
||||||
|
table thead th {
|
||||||
|
border-top: 1px solid rgba(34, 36, 38, .1);
|
||||||
|
}
|
||||||
thead { display:table-header-group; }
|
thead { display:table-header-group; }
|
||||||
tfoot { display:table-footer-group; }
|
tfoot { display:table-footer-group; }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user