fix word break
This commit is contained in:
parent
03e6d87a5d
commit
03afb6afa6
@ -35,7 +35,7 @@ export default function Message({ message, isSelf }: Props) {
|
||||
borderTopRightRadius: isSelf ? 0 : "20px",
|
||||
maxWidth: "90%",
|
||||
}}>
|
||||
<Typography fontSize="14px">
|
||||
<Typography fontSize="14px" sx={{ wordBreak: "break-word" }}>
|
||||
{message.message}
|
||||
</Typography>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user