Skip to content

Commit 4ae7ab5

Browse files
committed
switch to break-word as suggested
1 parent 5956998 commit 4ae7ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/css/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ code {
2828

2929
/* make long words/inline code not x overflow */
3030
main {
31-
overflow-wrap: anywhere;
31+
overflow-wrap: break-word;
3232
}
3333

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

0 commit comments

Comments
 (0)