We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89a3ee commit 210948aCopy full SHA for 210948a
src/mdx/components.js
@@ -180,7 +180,7 @@ export const UnorderedList = styled.ul`
180
}
181
182
li {
183
- word-break: break-all;
+ word-break: break-word;
184
185
186
li > p {
@@ -196,6 +196,7 @@ export const OrderedList = UnorderedList.withComponent('ol')
196
197
export const Paragraph = styled.p`
198
margin: 0 0 ${themeGet('space.3')};
199
200
`
201
202
export const Table = styled.table`
0 commit comments