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