diff options
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index c7028f62f..20a70b31f 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -392,7 +392,7 @@ input[type="checkbox"] { vertical-align: middle; } - // In navbar-form, allow folks to *not* use `.form-group` + // Allow folks to *not* use `.form-group` .form-control { display: inline-block; width: auto; // Prevent labels from stacking above inputs in `.form-group` |
