Commit cd72602c authored by Phil Hughes's avatar Phil Hughes Committed by Jose Ivan Vargas

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

Align all nav items in sidebar

Closes #36179

See merge request !13392
parent 0ca8375c
...@@ -182,7 +182,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -182,7 +182,7 @@ $new-sidebar-collapsed-width: 50px;
> li { > li {
a { a {
padding: 8px 16px 8px 50px; padding: 8px 16px 8px 40px;
&:hover, &:hover,
&:focus { &:focus {
...@@ -301,6 +301,7 @@ $new-sidebar-collapsed-width: 50px; ...@@ -301,6 +301,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