Skip to content

Instantly share code, notes, and snippets.

@RosiersRobin
Last active October 23, 2021 12:39
Show Gist options
  • Save RosiersRobin/c75cf5a168312ff3d6a83be6ce1b4471 to your computer and use it in GitHub Desktop.
Save RosiersRobin/c75cf5a168312ff3d6a83be6ce1b4471 to your computer and use it in GitHub Desktop.
@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