Don't put page breaks in the middle of code blocks

This commit is contained in:
BBaoVanC 2021-11-25 23:56:10 -06:00
parent 80e96736cd
commit 11599e01d7
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 0 deletions

View File

@ -607,6 +607,7 @@ li.disabled > .page-link:hover {
pre {
white-space: pre-wrap;
overflow-wrap: anywhere;
break-inside: avoid;
}
.table-of-contents {