From eb1565681fc526c7f75b90ae3dae1d82b47eb4b6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 14:52:49 -0700 Subject: fixes #9392: no need for width auto on inline/navbar form controls given inline-block on parent form group --- less/forms.less | 5 ----- 1 file changed, 5 deletions(-) (limited to 'less/forms.less') 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). -- cgit v1.2.3