Skip to content

Commit 9e5930b

Browse files
committed
Address review: use overflow-wrap everywhere
1 parent 1da78bd commit 9e5930b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/theme/css/general.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ code {
2525
font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
2626
}
2727

28-
/* make long inline code not x overflow */
29-
:not(pre) > code {
30-
word-break: break-word;
28+
/* make long words/inline code not x overflow */
29+
main {
30+
overflow-wrap: anywhere;
3131
}
3232

3333
/* make wide tables scroll if they overflow */

0 commit comments

Comments
 (0)