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.
2 parents 69d4abd + 493c914 commit d3ed75aCopy full SHA for d3ed75a
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