Skip to content

Instantly share code, notes, and snippets.

@alisson04
Created April 17, 2018 17:32
Show Gist options
  • Save alisson04/a54fd8851a69d8b23d1fe6093d6a74ca to your computer and use it in GitHub Desktop.
Save alisson04/a54fd8851a69d8b23d1fe6093d6a74ca to your computer and use it in GitHub Desktop.
<!--Imprede que a pagina quebre as tabelas nos meio quando estiverem no fim da página-->
<style type="text/css">
table { page-break-inside:auto }
tr { page-break-inside:avoid; page-break-after:auto }
thead { display:table-header-group }
tfoot { display:table-footer-group }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment