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