Skip to content

Commit 1c2b94a

Browse files
committed
fix issue npm#802 break-all
1 parent c70ea44 commit 1c2b94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mdx/components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const UnorderedList = styled.ul`
179179
}
180180
181181
li {
182-
word-wrap: break-all;
182+
word-break: break-all;
183183
}
184184
185185
li > p {

0 commit comments

Comments
 (0)