From c6f86bdce101aa327ef89ba76af3447d24051fd5 Mon Sep 17 00:00:00 2001 From: Sahil Silare <32628578+sahil9001@users.noreply.github.com> Date: Wed, 13 Oct 2021 16:19:15 +0530 Subject: [PATCH] BugFix: Comment textarea changes height when in focus (#1465) * feat: Changed min-height * feat: Added margin at bottom of avatar * change: Removed min-height from editor preview scss. --- webapp/src/components/cardDetail/commentsList.scss | 1 + webapp/src/components/markdownEditor.scss | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/cardDetail/commentsList.scss b/webapp/src/components/cardDetail/commentsList.scss index 2204c3c2e..c4257f839 100644 --- a/webapp/src/components/cardDetail/commentsList.scss +++ b/webapp/src/components/cardDetail/commentsList.scss @@ -19,6 +19,7 @@ .comment-avatar { margin-top: 6px; + margin-bottom: 6px; } } diff --git a/webapp/src/components/markdownEditor.scss b/webapp/src/components/markdownEditor.scss index b68e5e54c..931723063 100644 --- a/webapp/src/components/markdownEditor.scss +++ b/webapp/src/components/markdownEditor.scss @@ -52,7 +52,6 @@ .octo-editor-preview { p { margin: 0; - min-height: 32px; word-break: break-word; } }