断章取义

This commit is contained in:
CrescentLeaf
2025-11-23 14:16:26 +08:00
parent d6f1cae7b7
commit e90e1911e8

View File

@@ -181,6 +181,7 @@ export default function Message({ userId, rawData, renderHTML, message, openUser
id="msg" id="msg"
style={{ style={{
fontSize: "94%", fontSize: "94%",
wordBreak: 'break-word',
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
}} }}