summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-12 17:24:58 +0000
committerJames Lopez <james@jameslopez.es>2017-04-19 11:22:15 +0200
commit3dc311acf701c599eb8dc5dcb8d6fffeb02b9745 (patch)
tree431eec0465e9401e7db9904da45054bcafbb5752
parent309d7d91eccb524282cbb8ab1e429acf6457252b (diff)
downloadgitlab-ce-3dc311acf701c599eb8dc5dcb8d6fffeb02b9745.tar.gz
Merge branch '2120-issues-search-bar-not-picking-up' into 'master'
Fix filtered search input width for IE Closes #30856 See merge request !10662
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
-rw-r--r--changelogs/unreleased/2120-issues-search-bar-not-picking-up.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 8c600547a4a..0e2bbc15c85 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -83,7 +83,7 @@
.input-token:last-child {
flex: 1;
-webkit-flex: 1;
- max-width: initial;
+ max-width: inherit;
}
}
diff --git a/changelogs/unreleased/2120-issues-search-bar-not-picking-up.yml b/changelogs/unreleased/2120-issues-search-bar-not-picking-up.yml
new file mode 100644
index 00000000000..706609b7baf
--- /dev/null
+++ b/changelogs/unreleased/2120-issues-search-bar-not-picking-up.yml
@@ -0,0 +1,4 @@
+---
+title: Fix filtered search input width for IE
+merge_request:
+author: