From 29b428525728e5d6a53feae75ab8cfaa487d470e Mon Sep 17 00:00:00 2001 From: Thomas Osmonson Date: Mon, 10 Aug 2020 19:44:38 -0500 Subject: [PATCH] fix: body layout --- src/components/mdx/md-contents.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/mdx/md-contents.tsx b/src/components/mdx/md-contents.tsx index 2e100747..e8acf60b 100644 --- a/src/components/mdx/md-contents.tsx +++ b/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': {