Remove extra padding from comment form in the stream

closes #7133
This commit is contained in:
Steffen van Bergerem 2016-10-01 01:05:46 +02:00 committed by Benjamin Neff
parent 2a31c2a6db
commit 471af747b1

View file

@ -29,6 +29,9 @@
padding-left: 3px; padding-left: 3px;
} }
} }
.comment.new-comment-form-wrapper { padding-bottom: 0; }
.submit_button { .submit_button {
margin-top: 10px; margin-top: 10px;
input { input {