Skip to content

Commit

Permalink
docs(website): wrap code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed May 15, 2024
1 parent 5cdf70e commit b3316b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,7 @@ div[class^="admonitionContent"] a {
div[class^="admonitionHeading"] {
text-transform: uppercase;
}

pre code {
white-space: pre;
}

0 comments on commit b3316b8

Please sign in to comment.