From 475c96301c93a9c1c3960cd249fc3a5e902e4118 Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Sat, 5 Feb 2022 03:40:50 +0530 Subject: [PATCH] Fied a bug where user Cannot edit description block if only a space (#2255) --- webapp/src/components/markdownEditor.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/webapp/src/components/markdownEditor.scss b/webapp/src/components/markdownEditor.scss index ea214c793..967f48b84 100644 --- a/webapp/src/components/markdownEditor.scss +++ b/webapp/src/components/markdownEditor.scss @@ -20,6 +20,8 @@ } .octo-editor-preview { + min-height: 2em; + a { &:hover { text-decoration: underline; @@ -32,10 +34,6 @@ } } - /* .dialog .octo-editor-preview { - min-height: 100px; - } */ - .octo-editor-activeEditor { overflow: hidden; border-radius: 5px;