Skip to content

Commit 493c914

Browse files
committed
Resolve scrolling issue
1 parent ffa9b14 commit 493c914

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/chat/MessageBubble.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const MessageBubble: React.FC<MessageBubbleProps> = ({
8080
return (
8181
<View
8282
className={`mx-1 my-1 rounded flex flex-row flex-grow self-start ${isSmallScreen ? 'p-2 gap-2' : 'p-2.5 gap-4'}`}
83-
style={{ width: width || contentWidth }}
8483
>
8584
{isOutgoing ? (
8685
<View className='rounded px-5 py-2 w-8 h-8 items-center justify-center'>

0 commit comments

Comments
 (0)