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 {