From f59041233aa7ec1ce249f3015cb8502a1e335f6e Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 17 Apr 2024 23:13:28 -0400 Subject: [PATCH] increase upload progress width --- .../messaging/attachments/AttachmentUploadProgress.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/messaging/attachments/AttachmentUploadProgress.tsx b/src/components/messaging/attachments/AttachmentUploadProgress.tsx index 4f4ec9c..1966b28 100644 --- a/src/components/messaging/attachments/AttachmentUploadProgress.tsx +++ b/src/components/messaging/attachments/AttachmentUploadProgress.tsx @@ -7,7 +7,8 @@ import Icon from "../../Icon"; import IconButton from "../../IconButton"; const Container = styled.div` - width: 100%; + width: 520px; + min-width: auto; border: 1px solid transparent; padding: 10px; border-radius: 4px;