summaryrefslogtreecommitdiff
path: root/app/assets
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 /app/assets
parent18188a53466bf81adb583a4d5be7e21796b33ab3 (diff)
downloadgitlab-ce-f23a0ab66ef2fdc405f9493164838cc20464f54a.tar.gz
Fix filtered search input width for IE
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
1 files changed, 1 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;
}
}