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; } }