We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa9b14 commit 493c914Copy full SHA for 493c914
src/components/chat/MessageBubble.tsx
@@ -80,7 +80,6 @@ const MessageBubble: React.FC<MessageBubbleProps> = ({
80
return (
81
<View
82
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 }}
84
>
85
{isOutgoing ? (
86
<View className='rounded px-5 py-2 w-8 h-8 items-center justify-center'>
0 commit comments