Skip to content

Instantly share code, notes, and snippets.

@aindong
Created October 12, 2017 08:46
Show Gist options
  • Save aindong/b632e8d1ab4232985cd14a5cb01eb5d8 to your computer and use it in GitHub Desktop.
Save aindong/b632e8d1ab4232985cd14a5cb01eb5d8 to your computer and use it in GitHub Desktop.
line break on print media css
@media print {
.break {page-break-after: always;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment