|
|
@@ -235,7 +235,7 @@ export function Chats() {
|
|
|
<div
|
|
|
key={`${msg.sender}-${msg.timestamp}-${index}`}
|
|
|
className={cn(
|
|
|
- 'chat-box max-w-72 px-3 py-2 break-words shadow-lg',
|
|
|
+ 'chat-box max-w-72 px-3 py-2 wrap-break-word shadow-lg',
|
|
|
msg.sender === 'You'
|
|
|
? 'self-end rounded-[16px_16px_0_16px] bg-primary/90 text-primary-foreground/75'
|
|
|
: 'self-start rounded-[16px_16px_16px_0] bg-muted'
|