You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
When having a
<input type="text">
nested under a<input type="radio"
the "input constraint" at following classes:
are affecting the nested
text inputs
"top" attribute (and some more), which causes the input field to be higher as the label.The same problem exists within checkbox classes:
I'll make a PR, that adds a constraint to the input class to:
as this would be more specific, which controls that we really want to be affected by the class.
example:
The text was updated successfully, but these errors were encountered: