diff options
| author | Mark Otto <[email protected]> | 2015-12-07 23:52:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 23:52:10 -0800 |
| commit | 30aad997d09886d39dc22e1afbd552f2eb1f9844 (patch) | |
| tree | 421536ea0dba28dcc2e2c15de8dbec8020f97b70 | |
| parent | 834ac49eeed123f952884fa4cc531825883044e6 (diff) | |
| download | bootstrap-30aad997d09886d39dc22e1afbd552f2eb1f9844.tar.xz bootstrap-30aad997d09886d39dc22e1afbd552f2eb1f9844.zip | |
tweak comment
| -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` |
