From fd2d9a4ba366ba74fa5353e8bccbee37e05f1e59 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Tue, 23 Aug 2022 18:29:52 +0200 Subject: [PATCH] Revert "UX: Hide chat image overflow (#18000)" (#18052) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e3108ded110336822a8726bda91ead13e3fb7c29. Wrong selector, wrong repo 😆 Resubmitted as https://github.com/discourse/discourse-chat/pull/1196 --- app/assets/stylesheets/common/base/onebox.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 440a905a860..dd5d5dbed4b 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -218,7 +218,6 @@ aside.onebox { max-width: initial; max-height: initial; float: none; - overflow: hidden; } }