From e2b182e521f4f0bb1c1ad48086a7270b1307b64f Mon Sep 17 00:00:00 2001 From: bree Date: Thu, 8 Jul 2021 18:17:59 -0400 Subject: [PATCH] Fix: attatchment sizing on chrome when unloaded --- .../common/messaging/attachments/Attachment.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/messaging/attachments/Attachment.module.scss b/src/components/common/messaging/attachments/Attachment.module.scss index 79a60fab..d44367e5 100644 --- a/src/components/common/messaging/attachments/Attachment.module.scss +++ b/src/components/common/messaging/attachments/Attachment.module.scss @@ -36,7 +36,7 @@ &.tall { height: min(100%, var(--height-px)); - width: auto; + width: 100%; } }