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-13 16:05:32 +0300
committerPhil Hughes <me@iamphill.com>2017-03-16 11:42:41 +0300
commitb1d07760e66ff2db3efad9f26c7f5fdf6e8ca4d0 (patch)
tree05cac81163a3921b831df17c70a3d02a035b6855 /app/assets/stylesheets/pages/boards.scss
parent3e95bd97653754b154938e9ba1ff87bc6436ba4c (diff)
Fixed search specs
Clean up the events when the modal window is closed
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 541c46cbb8c..f9ee33019cd 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -421,7 +421,8 @@
display: flex;
.issues-filters {
- width: 100%;
+ -webkit-flex: 1;
+ flex: 1;
}
}