Commit 938e63ef authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fixed-collapsed-sidebar-fly-out-not-showing' into 'master'

Fixed collapsed sidebar not showing fly-out menu

See merge request !13622
parents 165e211c cb1a3690
...@@ -103,7 +103,6 @@ $new-sidebar-collapsed-width: 50px; ...@@ -103,7 +103,6 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only { &.sidebar-icons-only {
width: $new-sidebar-collapsed-width; width: $new-sidebar-collapsed-width;
overflow-x: hidden;
.badge, .badge,
.project-title { .project-title {
...@@ -111,7 +110,11 @@ $new-sidebar-collapsed-width: 50px; ...@@ -111,7 +110,11 @@ $new-sidebar-collapsed-width: 50px;
} }
.nav-item-name { .nav-item-name {
opacity: 0; display: none;
}
.sidebar-top-level-items > li > a {
min-height: 44px;
} }
} }
......
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