css: Don't shrink some form elements that much in IE11
This commit is contained in:
parent
201e2f136d
commit
0d99509dd6
|
@ -152,7 +152,7 @@ form.icinga-form {
|
|||
input[type="time"],
|
||||
textarea,
|
||||
select {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue