Skip to content

Commit 666e62d

Browse files
committed
Avoid breaking code blocks across pages while printing, if possible
1 parent 8b0c88c commit 666e62d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

styles/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ a:active {
531531
pre {
532532
white-space: pre-wrap !important;
533533
overflow-wrap: break-word !important;
534+
break-inside: avoid !important;
534535
}
535536
}
536537

0 commit comments

Comments
 (0)