From 59a5d2e75229200479e6c6632fb0fc9f460765e3 Mon Sep 17 00:00:00 2001 From: bree Date: Thu, 8 Jul 2021 10:26:46 -0400 Subject: [PATCH] small fix for attachment width --- .../common/messaging/attachments/Attachment.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/messaging/attachments/Attachment.module.scss b/src/components/common/messaging/attachments/Attachment.module.scss index 9c030aca..e9f42d67 100644 --- a/src/components/common/messaging/attachments/Attachment.module.scss +++ b/src/components/common/messaging/attachments/Attachment.module.scss @@ -4,6 +4,7 @@ grid-auto-flow: row dense; width: max-content; + max-width: 100%; border-radius: 6px; margin: .125rem 0 .125rem;