From 362e7452fe59c1757703fe6322f285ad2047b7be Mon Sep 17 00:00:00 2001
From: bree <me@bree.dev>
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 79a60fa..d44367e 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%;
         }
     }
 
-- 
GitLab