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 7739142 commit 7bd4764Copy full SHA for 7bd4764
src/components/Message/MessageSimple/MessageContent.tsx
@@ -286,7 +286,7 @@ export const MessageContentWithContext = <
286
testID='message-header'
287
/>
288
)}
289
- <View onLayout={onLayout}>
+ <View onLayout={onLayout} style={{ width: '100%' }}>
290
{hasThreadReplies && !threadList && repliesEnabled && !noBorder && (
291
<View
292
style={[
0 commit comments