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
400b4200
Commit
400b4200
authored
Jun 17, 2021
by
Paul Slaughter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce horizontal padding in new top nav
Changelog: changed
parent
7273eb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/nav/components/top_nav_dropdown_menu.vue
...sets/javascripts/nav/components/top_nav_dropdown_menu.vue
+2
-2
No files found.
app/assets/javascripts/nav/components/top_nav_dropdown_menu.vue
View file @
400b4200
...
...
@@ -72,7 +72,7 @@ export default {
<
template
>
<div
class=
"gl-display-flex gl-align-items-stretch"
>
<div
class=
"gl-w-grid-size-30 gl-flex-shrink-0 gl-bg-gray-10 gl-p
y-3 gl-px-5
"
class=
"gl-w-grid-size-30 gl-flex-shrink-0 gl-bg-gray-10 gl-p
-3
"
:class=
"menuClass"
data-testid=
"menu-sidebar"
>
...
...
@@ -81,7 +81,7 @@ export default {
<keep-alive-slots
v-show=
"activeView"
:slot-key=
"activeView"
class=
"gl-w-grid-size-40 gl-overflow-hidden gl-p
y-3 gl-px-5
"
class=
"gl-w-grid-size-40 gl-overflow-hidden gl-p
-3
"
data-testid=
"menu-subview"
data-qa-selector=
"menu_subview_container"
>
...
...
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