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
2f29b31d
Commit
2f29b31d
authored
Jun 04, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nav projects dropdown menu overflow due to bootstrap 4 upgrade
parent
bb2a847c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+6
-0
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+0
-6
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
2f29b31d
...
...
@@ -35,6 +35,12 @@
@include
media-breakpoint-down
(
xs
)
{
width
:
100%
;
}
&
.projects-dropdown-menu
{
padding
:
0
;
overflow-y
:
initial
;
max-height
:
initial
;
}
}
.dropdown-toggle
,
...
...
app/assets/stylesheets/framework/header.scss
View file @
2f29b31d
...
...
@@ -297,12 +297,6 @@
display
:
flex
;
margin
:
0
0
0
6px
;
.projects-dropdown-menu
{
padding
:
0
;
overflow-y
:
initial
;
max-height
:
initial
;
}
.dropdown-chevron
{
position
:
relative
;
top
:
-1px
;
...
...
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