Browse Source

fix: body layout

fix/enable-imgix
Thomas Osmonson 5 years ago
committed by Thomas Osmonson
parent
commit
29b4285257
  1. 4
      src/components/mdx/md-contents.tsx

4
src/components/mdx/md-contents.tsx

@ -73,9 +73,13 @@ export const styleOverwrites = {
},
'p, li': {
overflowWrap: 'break-word',
display: 'inline-block',
...getCapsizeStyles(16, 26),
},
li: {
'& > p': {
display: 'inline',
},
display: 'list-item',
pb: space('base-tight'),
':last-child': {

Loading…
Cancel
Save