Skip to content

Commit

Permalink
Avoid breaking code blocks across pages while printing, if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
sruggier committed Oct 7, 2024
1 parent 8601661 commit 71c5c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ a:active {
pre {
white-space: pre-wrap !important;
overflow-wrap: break-word !important;
break-inside: avoid !important;
}
}

Expand Down

0 comments on commit 71c5c32

Please sign in to comment.