From fae69c842dca0f360e608c1f553589ad5bb601c1 Mon Sep 17 00:00:00 2001 From: Manish Pardhan Date: Mon, 21 Jul 2025 10:54:20 +0530 Subject: [PATCH] fix: resolve extra spacing in gallery when images and files are attached together --- package/src/components/Attachment/FileAttachment.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/src/components/Attachment/FileAttachment.tsx b/package/src/components/Attachment/FileAttachment.tsx index a4b830f717..118ec09a9d 100644 --- a/package/src/components/Attachment/FileAttachment.tsx +++ b/package/src/components/Attachment/FileAttachment.tsx @@ -123,13 +123,13 @@ const FileAttachmentWithContext = (props: FileAttachmentPropsWithContext) => { style={[ styles.details, { - maxWidth: vw(60), + flex: 1, }, details, stylesProp.details, ]} > - + {attachment.title}