Created
July 7, 2015 12:23
-
-
Save bmichotte/61170f2c2d40f9d0f2fd to your computer and use it in GitHub Desktop.
page break to use with wkhtmltopdf
This file contains 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
.page-breaker | |
{ | |
display: block; | |
clear: both; | |
page-break-after: always; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment