mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Merge branch 'project-dropdown-width' into 'master'
Fixed issue with width of project select dropdown Before:   After:   See merge request !3386
This commit is contained in:
committed by
Rémy Coutable
parent
f8b9dda43d
commit
65daffdfd2
@@ -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
|
||||
|
||||
@@ -378,6 +378,7 @@ table {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
min-width: 250px;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user