IE11 fix for category dropdown search icon position

This commit is contained in:
Kris 2018-10-26 13:28:05 -04:00
parent 1f88f69a7f
commit 0bf413be3e

View File

@ -29,8 +29,8 @@
.filter-input,
.filter-input:focus,
.filter-input:active {
width: auto;
max-width: 90%; // Firefox quirk
flex: 0 0 auto;
width: 90%; // Firefox quirk
}
.filter-icon {