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': { 'p, li': {
overflowWrap: 'break-word', overflowWrap: 'break-word',
display: 'inline-block',
...getCapsizeStyles(16, 26), ...getCapsizeStyles(16, 26),
}, },
li: { li: {
'& > p': {
display: 'inline',
},
display: 'list-item', display: 'list-item',
pb: space('base-tight'), pb: space('base-tight'),
':last-child': { ':last-child': {

Loading…
Cancel
Save