mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Don't put page breaks in the middle of code blocks
This commit is contained in:
parent
80e96736cd
commit
11599e01d7
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user