From b4294359a1580f277a92073ee2dd6e864b1373ac Mon Sep 17 00:00:00 2001
From: bree <me@bree.dev>
Date: Sun, 4 Jul 2021 00:48:24 -0400
Subject: [PATCH] Fix: Chrome support for css image scaling

---
 .../common/messaging/attachments/Attachment.module.scss          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/components/common/messaging/attachments/Attachment.module.scss b/src/components/common/messaging/attachments/Attachment.module.scss
index 92c3545..6836ea3 100644
--- a/src/components/common/messaging/attachments/Attachment.module.scss
+++ b/src/components/common/messaging/attachments/Attachment.module.scss
@@ -2,7 +2,6 @@
     border-radius: 6px;
     margin: .125rem 0 .125rem;
     
-    width: auto;
     height: auto;
     
     max-height: 640px;
-- 
GitLab