Skip to content

Commit

Permalink
fix: the code doesn’t wrap inside the prompt (cotes2020#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotes2020 committed Jul 1, 2022
1 parent e6760da commit 0bc24f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/addon/syntax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ code {
&.highlighter-rouge {
font-size: $code-font-size;
padding: 3px 5px;
word-break: break-word;
border-radius: 4px;
background-color: var(--inline-code-bg);
}
Expand Down

0 comments on commit 0bc24f0

Please sign in to comment.