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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-12 20:24:58 +0300
committerJames Lopez <james@jameslopez.es>2017-04-19 12:22:15 +0300
commit3dc311acf701c599eb8dc5dcb8d6fffeb02b9745 (patch)
tree431eec0465e9401e7db9904da45054bcafbb5752 /app
parent309d7d91eccb524282cbb8ab1e429acf6457252b (diff)
Merge branch '2120-issues-search-bar-not-picking-up' into 'master'
Fix filtered search input width for IE Closes #30856 See merge request !10662
Diffstat (limited to 'app')
-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 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;
}
}