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>

View File

@ -1117,6 +1117,3 @@
.markdown-body ::-webkit-calendar-picker-indicator {
filter: invert(50%);
}
.markdown-body .line-break {
white-space: pre-wrap;
}