diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index 0ad5cb838..3a9828c8f 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -29,6 +29,9 @@ padding-left: 3px; } } + + .comment.new-comment-form-wrapper { padding-bottom: 0; } + .submit_button { margin-top: 10px; input { diff --git a/app/assets/stylesheets/conversations.scss b/app/assets/stylesheets/conversations.scss index 2cb78e2da..efb89b669 100644 --- a/app/assets/stylesheets/conversations.scss +++ b/app/assets/stylesheets/conversations.scss @@ -188,3 +188,5 @@ input#contact_ids { box-shadow: none; } label { font-weight: bold; } } + +.new-conversation.form-horizontal .form-group:last-of-type { margin-bottom: 0; }