From 0a4d3155ab70526cb3f17fbc8fd381d392fc4390 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 8 Apr 2016 21:05:23 -0500 Subject: Fixes #18573: Change name of .form-control-label to .col-form-label (and .form-control-legend to .col-form-legend) to reiterate use for only grid layouts --- scss/_forms.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scss') diff --git a/scss/_forms.scss b/scss/_forms.scss index b31d5fcc5..c3a4be270 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -75,19 +75,19 @@ select.form-control { // For use with horizontal and inline forms, when you need the label text to // align with the form controls. -.form-control-label { +.col-form-label { padding-top: $input-padding-y; padding-bottom: $input-padding-y; margin-bottom: 0; // Override the `