Skip to content

Instantly share code, notes, and snippets.

@cristianciofu
Created April 9, 2014 12:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cristianciofu/10265494 to your computer and use it in GitHub Desktop.
Save cristianciofu/10265494 to your computer and use it in GitHub Desktop.
Force the content of a div to stay on the same page when printing
@media print
{
div.className {
page-break-inside: avoid;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment