diff --git a/src/components/common/messaging/attachments/Attachment.module.scss b/src/components/common/messaging/attachments/Attachment.module.scss index e9f42d67..79a60fab 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;