Certain form elements that have .form-control
are unusable due to overlapping form elements.
For example when editing a Views
field under the Rewrite results
section, there are also example in core, but this is the one I come across most often.
Add an override to change from:
.form-control {
height: $input-height-base;
}
To:
.form-control {
min-height: $input-height-base;
}
Closed: won't fix
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.