Revert "css/forms: do not set with for ALL inputs"

This reverts commit 323c1e3ebb277555d0e1da1096bb018ae770f311.

refs #10995
This commit is contained in:
Eric Lippmann 2016-01-20 18:10:10 +01:00
parent 2f9ffa65d7
commit 2b183a370b

View File

@ -62,9 +62,8 @@ input.search {
} }
} }
select, input[type=text], textarea { input, select, textarea {
width: 20em; width: 20em;
display: inline-block;
} }
// TODO(el): .form-inline control-group { display: inline-block; } // TODO(el): .form-inline control-group { display: inline-block; }