fix: the `code` doesn’t wrap inside the prompt (#626)

Fixes #626
This commit is contained in:
Cotes Chung 2022-07-02 00:22:07 +08:00
parent 2fed338ce6
commit 378b65a061
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}