Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-04-12 18:57:37 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-04-12 18:57:37 +0300
commitf23a0ab66ef2fdc405f9493164838cc20464f54a (patch)
tree8c6e1b12e647497384c2f048d52784e9194ce53d /app/assets/stylesheets/framework/filters.scss
parent18188a53466bf81adb583a4d5be7e21796b33ab3 (diff)
Fix filtered search input width for IE
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-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;
}
}