Fix comment mentions spacing
This commit is contained in:
parent
b0da14c383
commit
f5c937b9cf
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue