Revert "css/forms: do not set with for ALL inputs"
This reverts commit 323c1e3ebb
.
refs #10995
This commit is contained in:
parent
2f9ffa65d7
commit
2b183a370b
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue