Skip to content

Commit

Permalink
styles: break large inline code blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Naman Sood <[email protected]>
  • Loading branch information
tendstofortytwo committed May 1, 2024
1 parent 45897f5 commit d62426b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ article {
font-family: 'JetBrains Mono', monospace;
font-size: 0.85em;
color: var(--strongColor);
word-wrap: break-word;
}

pre {
Expand Down

0 comments on commit d62426b

Please sign in to comment.