summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-04-12 10:57:37 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-04-12 10:57:37 -0500
commitf23a0ab66ef2fdc405f9493164838cc20464f54a (patch)
tree8c6e1b12e647497384c2f048d52784e9194ce53d
parent18188a53466bf81adb583a4d5be7e21796b33ab3 (diff)
downloadgitlab-ce-f23a0ab66ef2fdc405f9493164838cc20464f54a.tar.gz
Fix filtered search input width for IE
-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 12465d4a70b..279a50eaa33 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -82,7 +82,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: