mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user