Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#162 from HimiCos/main
Browse files Browse the repository at this point in the history
fix: dialog height
  • Loading branch information
Yidadaa authored Mar 29, 2023
2 parents f1b2f89 + 752c083 commit 73b2ede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/components/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function Markdown(props: { content: string }) {
components={{
pre: PreCode,
}}
className="line-break"
>
{props.content}
</ReactMarkdown>
Expand Down
5 changes: 1 addition & 4 deletions app/styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,4 @@

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

0 comments on commit 73b2ede

Please sign in to comment.