-
Notifications
You must be signed in to change notification settings - Fork 834
Closed
Labels
Description
I was wondering why there are different sizes for slds-form-element__label
when used in slds-radio
and in slds-checkbox
. In particular, this was making me wonder:
design-system/ui/components/radio-group/base/_index.scss
Lines 33 to 37 in 913ef77
.slds-form-element__label { | |
display: inline; | |
vertical-align: middle; | |
font-size: $font-size-medium; | |
} |
This is basically taken from the Docs and produces the following result: (https://codepen.io/anon/pen/oybPMw)
To me, this looks inconsistent or am I using it wrong? Are checkboxes not supposed to be used like this?