Commit 1f51acc4 authored by Phil Hughes's avatar Phil Hughes

Merge branch '36179-align-nav-items' into 'master'

Align all nav items in sidebar

Closes #36179

See merge request !13392
parents d60f5ee4 04530d88
...@@ -185,7 +185,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -185,7 +185,7 @@ $new-sidebar-collapsed-width: 50px;
> li { > li {
a { a {
padding: 8px 16px 8px 50px; padding: 8px 16px 8px 40px;
&:hover, &:hover,
&:focus { &:focus {
...@@ -304,6 +304,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -304,6 +304,7 @@ $new-sidebar-collapsed-width: 50px;
> a { > a {
margin-left: 4px; margin-left: 4px;
padding-left: 12px;
} }
.badge { .badge {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment