Skip to content

Commit

Permalink
Add CSS to automatically wrap code blocks that overflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed May 24, 2024
1 parent 8b50fcb commit 9129403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@

.markdown-section code {
white-space: pre-wrap!important;
overflow-wrap: anywhere;
}

.markdown-section pre code {
Expand Down

0 comments on commit 9129403

Please sign in to comment.