From b7ece816a4cf07df49e3a4ccc56543c218b494d0 Mon Sep 17 00:00:00 2001 From: Vyrtsev Mikhail Date: Sun, 21 Apr 2019 23:13:30 +0300 Subject: [PATCH] fix comment input top margin in editing or replying mode --- web/app/components/comment/_editing/comment_editing.scss | 1 + web/app/components/comment/_replying/comment_replying.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/web/app/components/comment/_editing/comment_editing.scss b/web/app/components/comment/_editing/comment_editing.scss index 83339dce..9d20f869 100644 --- a/web/app/components/comment/_editing/comment_editing.scss +++ b/web/app/components/comment/_editing/comment_editing.scss @@ -5,6 +5,7 @@ .comment__input { border: 12px solid; + border-top-width: 6px; } .comment__score { diff --git a/web/app/components/comment/_replying/comment_replying.scss b/web/app/components/comment/_replying/comment_replying.scss index 417db9ab..98e516df 100644 --- a/web/app/components/comment/_replying/comment_replying.scss +++ b/web/app/components/comment/_replying/comment_replying.scss @@ -1,6 +1,7 @@ .comment_replying { .comment__input { border: 12px solid; + border-top-width: 6px; } .comment__score {