Last active
October 23, 2021 12:39
-
-
Save RosiersRobin/c75cf5a168312ff3d6a83be6ce1b4471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media print { | |
body { | |
width:100%; | |
} | |
table { page-break-after:auto } | |
tr { page-break-inside:avoid; page-break-after:auto } | |
td { page-break-inside:avoid; page-break-after:auto } | |
thead { display:table-header-group } | |
tfoot { display:table-footer-group } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment