Skip to content

Commit a4bb69b

Browse files
committed
don't break words
1 parent 3ab303e commit a4bb69b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/theme/DocItem/Layout/styles.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
margin-right: 0;
1414
flex: 1 1 auto;
1515
min-width: 0;
16-
overflow-wrap: break-word;
17-
word-wrap: break-word;
18-
hyphens: auto;
16+
overflow-wrap: normal;
17+
word-wrap: normal;
18+
word-break: keep-all;
19+
hyphens: none;
1920
max-width: calc(100% - 180px);
2021
line-height: 1.2;
2122
}

0 commit comments

Comments
 (0)