diff options
| author | Almir Sarajcic <[email protected]> | 2015-10-28 16:27:49 +0100 |
|---|---|---|
| committer | Almir Sarajcic <[email protected]> | 2015-10-28 16:27:55 +0100 |
| commit | 4264621cee139591c2b856c863393b1cdacfb7aa (patch) | |
| tree | 70ced9ba8a7679345221f25df101ed2e4df2b9f3 | |
| parent | 726525c0cf4c1d61f4284bf3cb855c0a8f0d2f44 (diff) | |
| download | bootstrap-4264621cee139591c2b856c863393b1cdacfb7aa.tar.xz bootstrap-4264621cee139591c2b856c863393b1cdacfb7aa.zip | |
Fix #17768
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 8a59e04f6..eab8063e0 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -5,7 +5,7 @@ @mixin form-control-validation($color) { // Color the label and help text - .help-block, + .text-help, .form-control-label, .radio, .checkbox, |
