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
commit 73b2ede53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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