summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-03-24 15:59:27 +0000
committerRémy Coutable <remy@rymai.me>2016-03-29 12:26:41 +0200
commit65daffdfd2e64a3886d6a72d235bb10298a16ac2 (patch)
tree38fc45439a30aae38c329c33aa4c54e7947ad2d5
parentf8b9dda43dc74208bf40cf328f98412cb6f0a037 (diff)
downloadgitlab-ce-65daffdfd2e64a3886d6a72d235bb10298a16ac2.tar.gz
Merge branch 'project-dropdown-width' into 'master'
Fixed issue with width of project select dropdown Before: ![Screen_Shot_2016-03-24_at_13.42.53](/uploads/25580c45dc339f7f932f032ac2d10fba/Screen_Shot_2016-03-24_at_13.42.53.png) ![Screen_Shot_2016-03-24_at_13.43.04](/uploads/e4d1d4e332d27f14c980264bef9dc4d9/Screen_Shot_2016-03-24_at_13.43.04.png) After: ![Screen_Shot_2016-03-24_at_13.42.38](/uploads/68b8e161d86b41849f9e8a1d9c8fd36c/Screen_Shot_2016-03-24_at_13.42.38.png) ![Screen_Shot_2016-03-24_at_13.43.13](/uploads/f3fe732bcd517efea3a1d7c761bb6a0e/Screen_Shot_2016-03-24_at_13.43.13.png) See merge request !3386
-rw-r--r--CHANGELOG1
-rw-r--r--app/assets/stylesheets/framework/common.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f12f14a2dd7..193564847ce 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -13,6 +13,7 @@ v 8.6.2
- Add a tooltip to new branch button in issue page. !3380
- Fix an issue hiding the password form when signed-in with a linked account. !3381
- Add links to CI setup documentation from project settings and builds pages. !3384
+ - Fix an issue with width of project select dropdown. !3386
v 8.6.2 (unreleased)
- Comments on confidential issues don't show up in activity feed to non-members
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;
}
}