Avoid page breaks inside code when printing
This commit is contained in:
parent
7680c90400
commit
dabf2adea7
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