Commit 80a7da12 authored by Phil Hughes's avatar Phil Hughes

Fixed dropdown search field height in ie11

Closes #19684
parent 7303de91
...@@ -350,6 +350,7 @@ ...@@ -350,6 +350,7 @@
.dropdown-input-field, .default-dropdown-input { .dropdown-input-field, .default-dropdown-input {
width: 100%; width: 100%;
min-height: 30px;
padding: 0 7px; padding: 0 7px;
color: $dropdown-input-color; color: $dropdown-input-color;
line-height: 30px; line-height: 30px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment