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
The margin-bottom on .#{$prefix}--label was recently removed in #9830. This removed margin from FormLabel, but also removed all margin from labels inside TextInput, RadioButton, etc.
This issue is to make sure that the form labels internal to components have margin built in, while the FormLabel component does not have any margin built in.
The text was updated successfully, but these errors were encountered:
The
margin-bottom
on.#{$prefix}--label
was recently removed in #9830. This removed margin fromFormLabel
, but also removed all margin from labels insideTextInput
,RadioButton
, etc.This issue is to make sure that the form labels internal to components have margin built in, while the
FormLabel
component does not have any margin built in.The text was updated successfully, but these errors were encountered: