Fix comment mentions spacing

This commit is contained in:
Steffen van Bergerem 2017-03-24 13:00:11 +01:00
parent b0da14c383
commit f5c937b9cf
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -64,4 +64,12 @@
min-height: 35px;
box-shadow: none;
}
.twitter-typeahead {
// typeahead sets this to `display: inline-block` which adds additional space between
// the comment textarea and the submit button.
// scss-lint:disable ImportantRule
display: block !important;
// scss-lint:enable ImportantRule
}
}