fix: calc log lines

This commit is contained in:
jialin
2025-01-10 15:41:01 +08:00
parent 5d903de2a2
commit 8282f48cdb
5 changed files with 47 additions and 36 deletions
@@ -412,7 +412,8 @@ const GroundLeft: React.FC<MessageProps> = forwardRef((props, ref) => {
padding: '8px 14px',
lineHeight: '20px',
display: 'flex',
justifyContent: 'center'
justifyContent: 'center',
wordBreak: 'break-word'
}}
>
{messageList.length ? (