Skip to content

Commit

Permalink
fix: style of long inline code (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkn6 authored Sep 1, 2024
1 parent ed34ead commit 86582d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ code {
// Inline code
li>code,
p > code {
white-space: pre-wrap;
font-size: 0.9em;
padding: 1px 3px;
position: relative;
Expand Down

0 comments on commit 86582d5

Please sign in to comment.