Problem/Motivation
In _forms.scss we have form-inline-group CSS rules for alternative inline forms for exposed views form. There is a rule `.form-inline-group .form-group` and this rule is too general because we could have additional inner form-groups and then this rules would be applied to inner items also which is something we do not want.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | form-inline-group-css-rule-too-generic-3301309-2.patch | 631 bytes | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedComment #5
pivica commentedCommitted.