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
Fixes cotes2020#626

(cherry picked from commit 378b65a)
  • Loading branch information
cotes2020 authored and linkliu committed Jul 9, 2022
1 parent 61ce891 commit 2e040b3
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 2e040b3

Please sign in to comment.