fix: Repair abnormal line break display

This commit is contained in:
stevending1st 2025-05-28 16:38:06 +08:00 committed by 亢奋猫
parent f83d9fc03c
commit 3d7fd5a30c

View File

@ -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`