Merge pull request #437 from qaisjp/feature/page-break
Avoid page breaks inside code when printing
This commit is contained in:
commit
2ee8a33a4f
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ ul.list-of-contributors {
|
|||
ul.list-of-contributors li {
|
||||
margin-right: 2rem;
|
||||
}
|
||||
|
||||
pre {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue