mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-12 00:49:14 +08:00
fix: Repair abnormal line break display
This commit is contained in:
parent
d36f8e0cb7
commit
7c32c8ff80
@ -252,6 +252,7 @@ const MessageContentContainer = styled.div`
|
|||||||
margin-left: 46px;
|
margin-left: 46px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
white-space: pre-line;
|
||||||
`
|
`
|
||||||
|
|
||||||
const MessageFooter = styled.div`
|
const MessageFooter = styled.div`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user