Merge branch '2120-issues-search-bar-not-picking-up' into 'master'

Fix filtered search input width for IE

Closes #30856

See merge request !10662
This commit is contained in:
Annabel Dunstone Gray 2017-04-12 17:24:58 +00:00
commit c68ea29d5d
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: