mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +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"],
|
input[type="time"],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user