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

This reverts commit 323c1e3ebb.

refs #10995
This commit is contained in:
Eric Lippmann 2016-01-20 18:10:10 +01:00
parent 2f9ffa65d7
commit 2b183a370b
1 changed files with 1 additions and 2 deletions

View File

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