diff --git a/app/assets/stylesheets/comments.scss b/app/assets/stylesheets/comments.scss index 54d5f1973..4fae714a7 100644 --- a/app/assets/stylesheets/comments.scss +++ b/app/assets/stylesheets/comments.scss @@ -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 + } }