summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-24 13:43:35 +0000
committerPhil Hughes <me@iamphill.com>2016-03-24 13:43:35 +0000
commit91d5876ea2065d3fc768f686aee716478d2bb5c2 (patch)
tree26f78361cc9be44b438005d34fe8155870980eca
parentffe5ac41b84c342a8b1d099afe116cb1522da8f2 (diff)
downloadgitlab-ce-91d5876ea2065d3fc768f686aee716478d2bb5c2.tar.gz
Fixed issue with width of project select dropdown
-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;
}
}