From 4dc5500fa64930e9eea40c7e3089511a7bd296e8 Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Fri, 11 Mar 2022 18:18:27 +0100 Subject: [PATCH] UX: Allow d-editor to be shrunk (#16164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …e.g. when resizing the composer. Previously it wouldn't go below a certain size and would overlap the element below it. --- app/assets/stylesheets/common/d-editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/d-editor.scss b/app/assets/stylesheets/common/d-editor.scss index 7b8e4dcfe5d..e9b9f526262 100644 --- a/app/assets/stylesheets/common/d-editor.scss +++ b/app/assets/stylesheets/common/d-editor.scss @@ -24,6 +24,7 @@ background-color: var(--secondary); position: relative; border: 1px solid var(--primary-medium); + min-height: 0; textarea { background: transparent;