diff options
| author | Mark Otto <[email protected]> | 2016-10-28 16:35:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-28 16:35:47 -0700 |
| commit | cfd6e92ff614a13729e04629a914d6bce9f94ae6 (patch) | |
| tree | ef3dca5e28f83a1d35553e9749166a123bca6358 | |
| parent | c01fa6b369dc751192ae0dfa5ba5beb2ea048e89 (diff) | |
| download | bootstrap-cfd6e92ff614a13729e04629a914d6bce9f94ae6.tar.xz bootstrap-cfd6e92ff614a13729e04629a914d6bce9f94ae6.zip | |
include .col-form-label in the form validation field mixin
| -rw-r--r-- | scss/mixins/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 349aee912..280849536 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -7,6 +7,7 @@ // Color the label and help text .form-control-feedback, .form-control-label, + .col-form-label, .form-check-label, .form-check-inline, .custom-control { |
