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

View File

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