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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
e65a7031
Commit
e65a7031
authored
Jun 29, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating padding in dropdown menu
parent
a44988ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
app/assets/stylesheets/framework/dropdowns.scss
app/assets/stylesheets/framework/dropdowns.scss
+4
-4
No files found.
app/assets/stylesheets/framework/dropdowns.scss
View file @
e65a7031
...
...
@@ -79,7 +79,7 @@
margin-bottom
:
0
;
font-size
:
15px
;
font-weight
:
normal
;
padding
:
10
px
0
;
padding
:
8
px
0
;
background-color
:
$dropdown-bg
;
border
:
1px
solid
$dropdown-border-color
;
border-radius
:
$border-radius-base
;
...
...
@@ -103,12 +103,12 @@
li
{
text-align
:
left
;
list-style
:
none
;
padding
:
0
10
px
;
padding
:
0
8
px
;
}
.divider
{
height
:
1px
;
margin
:
8px
10px
;
margin
:
8px
;
padding
:
0
;
background-color
:
$dropdown-divider-color
;
}
...
...
@@ -124,7 +124,7 @@
a
{
display
:
block
;
position
:
relative
;
padding
:
5px
10
px
;
padding
:
5px
8
px
;
color
:
$dropdown-link-color
;
line-height
:
initial
;
text-overflow
:
ellipsis
;
...
...
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