Merge branch 'winh-collapsed-sidebar-scrolling' into 'master'

Prevent horizontal scrolling in new sidebar when collapsed

Closes #36608 and #36507

See merge request !13638
This commit is contained in:
Phil Hughes 2017-08-17 14:31:02 +00:00
commit eed96cbde1
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ $new-sidebar-collapsed-width: 50px;
&.sidebar-icons-only {
width: $new-sidebar-collapsed-width;
.nav-sidebar-inner-scroll {
overflow-x: hidden;
}
.badge,
.project-title {
display: none;