Merge pull request #162 from HimiCos/main

fix: dialog height
This commit is contained in:
Yifei Zhang
2023-03-29 22:12:05 +08:00
committed by GitHub
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>