From 008e0b5b683ea91da9fc116d059448c47e5fcddd Mon Sep 17 00:00:00 2001 From: Andres Galante Date: Wed, 18 Oct 2017 14:11:35 -0300 Subject: Improves forms migration guide, docs, and scss (#24348) * fixes migration forms guides * removes container from Horizontal form * adds col-form-label sizes on form docs * removes .form-control-label from forms.scss * add note to migration --- scss/_forms.scss | 5 ----- 1 file changed, 5 deletions(-) (limited to 'scss/_forms.scss') diff --git a/scss/_forms.scss b/scss/_forms.scss index 0ece186d9..80bc7f3ba 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -316,11 +316,6 @@ select.form-control-lg { width: auto; } - .form-control-label { - margin-bottom: 0; - vertical-align: middle; - } - // Remove default margin on radios/checkboxes that were used for stacking, and // then undo the floating of radios and checkboxes to match. .form-check { -- cgit v1.2.3