Skip to content

Commit d3ed75a

Browse files
authored
Merge pull request #51 from ansari-project/resolve-scrolling-issue
Resolve scrolling issue
2 parents 69d4abd + 493c914 commit d3ed75a

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)