Skip to content

Commit

Permalink
fix(message): fix break word styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Apr 10, 2023
1 parent 8669740 commit 50e4c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/scss/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pre {
font-size: $font-size--body;
margin-bottom: 0px;
font-family: Menlo, Monaco, 'Courier New', monospace;
word-break: break-word;
}

a {
Expand Down

0 comments on commit 50e4c0a

Please sign in to comment.