Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Galante <agalante@gmail.com>2017-10-18 20:11:35 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-18 20:11:35 +0300
commit008e0b5b683ea91da9fc116d059448c47e5fcddd (patch)
tree842eac01e0a89901498663c7019ef32b46945b6f /scss/_forms.scss
parent217d344fa8c60b32c9c2855ae373e54589b17b45 (diff)
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
Diffstat (limited to 'scss/_forms.scss')
-rw-r--r--scss/_forms.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss
index 0ece186d93..80bc7f3ba8 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 {