Merge pull request #7389 from svbergerem/fix-comment-mentions-spacing
Fix comment mentions spacing
This commit is contained in:
commit
a07bd94ec6
1 changed files with 8 additions and 0 deletions
|
|
@ -64,4 +64,12 @@
|
||||||
min-height: 35px;
|
min-height: 35px;
|
||||||
box-shadow: none;
|
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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue