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
0d85e1b4
Commit
0d85e1b4
authored
Jan 08, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change max-height of all dropdowns to 312px
parent
8a7bbe1f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
11 deletions
+7
-11
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+3
-1
app/assets/stylesheets/framework/filters.scss
app/assets/stylesheets/framework/filters.scss
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-7
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
0d85e1b4
...
...
@@ -28,7 +28,9 @@
.dropdown-menu
,
.dropdown-menu-nav
{
@include
set-visible
;
min-height
:
40px
;
min-height
:
$dropdown-min-height
;
max-height
:
$dropdown-max-height
;
overflow
:
auto
;
@media
(
max-width
:
$screen-xs-max
)
{
width
:
100%
;
...
...
app/assets/stylesheets/framework/filters.scss
View file @
0d85e1b4
...
...
@@ -260,7 +260,7 @@
}
.filtered-search-input-dropdown-menu
{
max-height
:
260px
;
max-height
:
$dropdown-max-height
;
max-width
:
280px
;
overflow
:
auto
;
...
...
app/assets/stylesheets/framework/variables.scss
View file @
0d85e1b4
...
...
@@ -334,7 +334,8 @@ $regular_font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-San
* Dropdowns
*/
$dropdown-width
:
300px
;
$dropdown-max-height
:
215px
;
$dropdown-min-height
:
40px
;
$dropdown-max-height
:
312px
;
$dropdown-vertical-offset
:
4px
;
$dropdown-link-color
:
#555
;
$dropdown-link-hover-bg
:
$row-hover
;
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
0d85e1b4
...
...
@@ -48,7 +48,7 @@
}
.dropdown-menu
{
max-height
:
250px
;
max-height
:
$dropdown-max-height
;
overflow-y
:
auto
;
}
...
...
app/assets/stylesheets/pages/projects.scss
View file @
0d85e1b4
...
...
@@ -322,13 +322,6 @@
}
}
.project-repo-buttons
{
.project-action-button
.dropdown-menu
{
max-height
:
250px
;
overflow-y
:
auto
;
}
}
.split-one
{
display
:
inline-table
;
margin-right
:
12px
;
...
...
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