Created by: EspadaV8
There is a slight misalignment with the radio and checkbox labels as can be seen in the screenshots below (or here on the current v4 documentation site)
Adding the form-control-label
class to the label corrects the alignment to the left but then causes the labels to not align with the options. This then requires some slight changes to the .radio
, .checkbox
, .radio label
and .checkbox label
styling to get them to line up correctly.
I'm not sure if the margin-bottom
change is 'correct', but without it the space between options becomes huge. Is there a better way to correct this?
The first commit contains the actual changes, the second just contains the compiled dist changes after running grunt
.