We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be awesome if users can generate each page into a pdf and print it without losing the page's great structure.
The text was updated successfully, but these errors were encountered:
Hello You may inject the following CSS to the page and print it as PDF file devHintsIo.txt
@media print { h2 { width: 86%; max-width: 86%; display: block; } .h3-section-list > .h3-section { width: 86%; max-width: 86%; } .h3-section-list.-three-column > .h3-section { width: 45%; max-width: 45%; } .h3-section-list > .h3-section, .h3-section-list.-three-column > .h3-section { page-break-inside: avoid; box-sizing: border-box; position: unset !important; display: inline-block; float: left !important; margin-left: 20px; } .h2-section { page-break-inside: avoid; } footer { display: none; } }
Sorry, something went wrong.
Duplicate of #113
No branches or pull requests
It would be awesome if users can generate each page into a pdf and print it without losing the page's great structure.
The text was updated successfully, but these errors were encountered: