Fix filtered search input width for IE

This commit is contained in:
Clement Ho 2017-04-12 10:57:37 -05:00
parent 18188a5346
commit f23a0ab66e
2 changed files with 5 additions and 1 deletions

View file

@ -82,7 +82,7 @@
.input-token:last-child {
flex: 1;
-webkit-flex: 1;
max-width: initial;
max-width: inherit;
}
}

View file

@ -0,0 +1,4 @@
---
title: Fix filtered search input width for IE
merge_request:
author: