diff --git a/package/src/components/Attachment/FileAttachment.tsx b/package/src/components/Attachment/FileAttachment.tsx index a4b830f71..118ec09a9 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}