Merge pull request #437 from qaisjp/feature/page-break

Avoid page breaks inside code when printing
This commit is contained in:
Wen Kokke 2019-11-12 22:43:10 +00:00 committed by GitHub
commit 2ee8a33a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@ ul.list-of-contributors {
ul.list-of-contributors li {
margin-right: 2rem;
}
pre {
break-inside: avoid;
}