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:
authorPhil Hughes <me@iamphill.com>2017-03-17 19:12:00 +0300
committerPhil Hughes <me@iamphill.com>2017-03-17 19:12:00 +0300
commit06c4410948bb0e5a7efd6646e81f221dc3f10f08 (patch)
tree4295177310eae4a8fee44e7687295e4981cb4fa8 /app/assets/stylesheets
parentfaa4b53593dd39be8eaf3ac24dfb3902eaffbbad (diff)
Fixed mobile alignment issues
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/filters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index ff2a61a2616..569a4c651cc 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -158,8 +158,8 @@
background-color: $white-light;
@media (max-width: $screen-xs-min) {
- -webkit-flex: 1 1 100%;
- flex: 1 1 100%;
+ -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
margin-bottom: 10px;
.dropdown-menu {