Skip to content

Commit

Permalink
fix: Change line when inline code is long
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkn6 committed Aug 30, 2024
1 parent cdea202 commit 61c4425
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 61c4425

Please sign in to comment.