Skip to content

Commit 082e486

Browse files
authored
Merge pull request #3493 from finnvoor/patch-1
Add overflow-wrap: break-word to code
2 parents 45b6ed6 + 38195c0 commit 082e486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FrontEnd/styles/base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pre {
8383

8484
code {
8585
font-size: 14px;
86+
overflow-wrap: break-word;
8687
}
8788

8889
blockquote {

0 commit comments

Comments
 (0)