Skip to content

Commit

Permalink
Allow wrapping in code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Nov 2, 2024
1 parent 1a54b35 commit 9a93972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/template/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ div.content {
max-width: 80ch;
word-wrap: break-word;
}

pre code {
white-space: pre-wrap;
}

0 comments on commit 9a93972

Please sign in to comment.