css/forms: do not set with for ALL inputs

refs #10995
This commit is contained in:
Thomas Gelf 2016-01-20 17:33:01 +01:00
parent 790d2a3949
commit 323c1e3ebb
1 changed files with 2 additions and 1 deletions

View File

@ -62,8 +62,9 @@ input.search {
} }
} }
input, select, textarea { select, input[type=text], 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; }