Skip to content

Commit 7bd4764

Browse files
Make MessageCotent to occupy parent width
1 parent 7739142 commit 7bd4764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Message/MessageSimple/MessageContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export const MessageContentWithContext = <
286286
testID='message-header'
287287
/>
288288
)}
289-
<View onLayout={onLayout}>
289+
<View onLayout={onLayout} style={{ width: '100%' }}>
290290
{hasThreadReplies && !threadList && repliesEnabled && !noBorder && (
291291
<View
292292
style={[

0 commit comments

Comments
 (0)