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,

View File

@@ -473,8 +473,8 @@ const UserDialog = (props) => {
baseUrl.length > 0 && !baseUrlValid
? t("prefs_users_dialog_base_url_invalid")
: baseUrlExists
? t("prefs_users_dialog_base_url_exists")
: ""
? t("prefs_users_dialog_base_url_exists")
: ""
}
/>
)}