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
By adding page-break-inside: avoid; to the card-nested CSS, the theme becomes printable with nice transitions.
page-break-inside: avoid;
card-nested
.card-nested { min-height: 0; border-width: 1px 0 0 0; page-break-inside: avoid; }
By adding the following CSS, the border of the background is not visible while printing.
@media print { .background-card { border: none; } }
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, I'll have a look tonight plus I realised that the icons don't render anymore :O
Sorry, something went wrong.
No branches or pull requests
By adding
page-break-inside: avoid;
to thecard-nested
CSS, the theme becomes printable with nice transitions.By adding the following CSS, the border of the background is not visible while printing.
The text was updated successfully, but these errors were encountered: