diff --git a/src/components/common/messaging/attachments/Attachment.module.scss b/src/components/common/messaging/attachments/Attachment.module.scss index e9f42d67e07e74e89a1aa1e3d21a8751d95cdb0e..79a60fabb6501c68649121a20d19d5c010bc81ad 100644 --- a/src/components/common/messaging/attachments/Attachment.module.scss +++ b/src/components/common/messaging/attachments/Attachment.module.scss @@ -66,7 +66,8 @@ border-radius: 6px; flex-direction: column; background: var(--secondary-background); - max-width: 400px; + width: 400px; + max-width: 100%; > audio { width: 100%; @@ -76,6 +77,7 @@ &.file { > div { width: 400px; + max-width: 100%; padding: 12px; user-select: none; width: fit-content;