diff --git a/src/ui/components/Markdown.tsx b/src/ui/components/Markdown.tsx index 77344179e..652b23904 100644 --- a/src/ui/components/Markdown.tsx +++ b/src/ui/components/Markdown.tsx @@ -19,6 +19,7 @@ const Container = styled.div({ const Row = styled.div({ marginTop: 5, marginBottom: 5, + lineHeight: 1.34, }); const Heading = styled.div<{level: number}>(props => ({ fontSize: props.level === 1 ? 18 : 12,