Skip to content

Commit

Permalink
Fixed squashing consequtive spaces in inlined code.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneSpb authored and 3y3 committed Sep 20, 2024
1 parent 0ac0e1f commit 474e5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
background-color: $inlineCodeBackgroundColor;
border-radius: 4px;
font-size: 0.875em;
white-space: normal;
white-space: pre-wrap;
color: $inlineCodeColor;
}

Expand Down

0 comments on commit 474e5c4

Please sign in to comment.