fix: dialog height

This commit is contained in:
HimiCos
2023-03-29 20:53:23 +08:00
parent cac604aee3
commit 752c083905
2 changed files with 1 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ export function Markdown(props: { content: string }) {
components={{
pre: PreCode,
}}
className="line-break"
>
{props.content}
</ReactMarkdown>