Commit e7950bd9 authored by Phil Hughes's avatar Phil Hughes

Fixed project dropdown being overlapped by sidebar

Closes #18410
parent cfc99bbd
...@@ -185,7 +185,7 @@ header { ...@@ -185,7 +185,7 @@ header {
margin-left: 0; margin-left: 0;
.header-content { .header-content {
padding-left: $sidebar_width; margin-left: $sidebar_width;
transition-duration: .3s; transition-duration: .3s;
} }
} }
......
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