Fixed project dropdown being overlapped by sidebar

Closes #18410
This commit is contained in:
Phil Hughes
2016-06-10 12:09:26 +01:00
parent cfc99bbd13
commit e7950bd942
+1 -1
View File
@@ -185,7 +185,7 @@ header {
margin-left: 0;
.header-content {
padding-left: $sidebar_width;
margin-left: $sidebar_width;
transition-duration: .3s;
}
}