diff options
| author | Mark Otto <[email protected]> | 2013-08-12 14:52:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 14:52:49 -0700 |
| commit | eb1565681fc526c7f75b90ae3dae1d82b47eb4b6 (patch) | |
| tree | 025b388b8c82bb5f72875ef1391be23c994e4f85 /less/forms.less | |
| parent | c02269a9f046d2f5b267e2316b0d616e8e343c80 (diff) | |
| download | bootstrap-eb1565681fc526c7f75b90ae3dae1d82b47eb4b6.tar.xz bootstrap-eb1565681fc526c7f75b90ae3dae1d82b47eb4b6.zip | |
fixes #9392: no need for width auto on inline/navbar form controls given inline-block on parent form group
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/less/forms.less b/less/forms.less index 735db0495..d78784897 100644 --- a/less/forms.less +++ b/less/forms.less @@ -311,11 +311,6 @@ textarea { vertical-align: middle; } - // Reset form control's default 100% width - .form-control { - width: auto; - } - // Remove default margin on radios/checkboxes that were used for stacking, and // then undo the floating of radios and checkboxes to match (which also avoids // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969). |
