Skip to content

Commit 4444b58

Browse files
authored
break word (#29129)
Signed-off-by: Brian Deutsch <[email protected]>
1 parent fecdff9 commit 4444b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/styles/pages/_global.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pre {
169169
tbody {
170170
code {
171171
word-wrap: normal;
172-
word-break: normal;
172+
word-break: break-word;
173173
}
174174
}
175175

0 commit comments

Comments
 (0)