Fix markdown message line height, closes #1139

This commit is contained in:
binwiederhier
2026-02-01 12:41:00 -05:00
parent 63e9b8425f
commit 1cf23a6f86
3 changed files with 4 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ const MarkdownContainer = styled("div")`
}
p {
line-height: 1.2;
line-height: 1.5;
}
blockquote,