Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c3ea0c02
Commit
c3ea0c02
authored
Jul 18, 2018
by
gfyoung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't overflow project/group dropdown results
Closes #49382.
parent
b60364c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+2
-5
changelogs/unreleased/project-dropdown-list-overflow.yml
changelogs/unreleased/project-dropdown-list-overflow.yml
+5
-0
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
c3ea0c02
...
...
@@ -822,7 +822,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
display
:
flex
;
flex-direction
:
row
;
width
:
500px
;
height
:
3
3
4px
;
height
:
3
5
4px
;
.frequent-items-dropdown-sidebar
,
.frequent-items-dropdown-content
{
...
...
@@ -868,6 +868,7 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
}
.frequent-items-list-container
{
height
:
304px
;
padding
:
8px
0
;
overflow-y
:
auto
;
...
...
@@ -897,10 +898,6 @@ header.header-content .dropdown-menu.frequent-items-dropdown-menu {
margin-top
:
8px
;
}
.frequent-items-search-container
{
height
:
284px
;
}
@include
media-breakpoint-down
(
xs
)
{
.frequent-items-list-container
{
width
:
auto
;
...
...
changelogs/unreleased/project-dropdown-list-overflow.yml
0 → 100644
View file @
c3ea0c02
---
title
:
Don't overflow project/group dropdown results
merge_request
:
20704
author
:
gfyoung
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment