Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove .col-form-legend in favor of .col-form-label #24932

Merged
merged 10 commits into from
Dec 2, 2017
Prev Previous commit
Next Next commit
property order
  • Loading branch information
mdo authored Dec 2, 2017
commit eb70e91bd9ea377284173439ee00547547d4cf91
2 changes: 1 addition & 1 deletion scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ select.form-control {
padding-top: calc(#{$input-padding-y} + #{$input-border-width});
padding-bottom: calc(#{$input-padding-y} + #{$input-border-width});
margin-bottom: 0; // Override the `<label>/<legend>` default
line-height: $input-line-height;
font-size: inherit; // Override the `<legend>` default
line-height: $input-line-height;
}

.col-form-label-lg {
Expand Down