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
Orphan "labels" next to multi-choice checkbox/radio are not aligned the same as form-control-label. Adding form-control-label also adds a padding-top which should not be there. See docs example or screenshot.
The orphan label has class col-sm-2 with padding-left .9375rem while form-control-label has a padding-left of .75rem.
The text was updated successfully, but these errors were encountered:
grizzm0
changed the title
General "label" for multi radio/checkbox
v4: General "label" for multi radio/checkbox
Jan 21, 2016
The label itself (which should actually be a <legend> in this case) is fixed here #19277 (but that fix exposes a problem with "naked" radio not having the same top padding, so more work needed on that in #19141)
Orphan "labels" next to multi-choice checkbox/radio are not aligned the same as form-control-label. Adding form-control-label also adds a padding-top which should not be there. See docs example or screenshot.
The orphan label has class col-sm-2 with padding-left .9375rem while form-control-label has a padding-left of .75rem.
The text was updated successfully, but these errors were encountered: