aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less5
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).