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