css: Don't shrink some form elements that much in IE11

This commit is contained in:
Johannes Meyer 2020-02-06 07:37:32 +01:00
parent 201e2f136d
commit 0d99509dd6
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ form.icinga-form {
input[type="time"],
textarea,
select {
flex: 1;
flex: 1 1 auto;
width: 0;
}
}