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>2016-03-24 16:43:35 +0300
committerPhil Hughes <me@iamphill.com>2016-03-24 16:43:35 +0300
commit91d5876ea2065d3fc768f686aee716478d2bb5c2 (patch)
tree26f78361cc9be44b438005d34fe8155870980eca /app/assets/stylesheets/framework/common.scss
parentffe5ac41b84c342a8b1d099afe116cb1522da8f2 (diff)
Fixed issue with width of project select dropdown
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 8625817fdab..9b676d759e0 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -378,6 +378,7 @@ table {
position: absolute;
top: 0;
right: 0;
+ min-width: 250px;
visibility: hidden;
}
}