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