Merge branch '36270-collapsed-sidebar-scroll' into 'master'
Remove horizontal scroll on collapsed sidebar Closes #36270 See merge request !13458
This commit is contained in:
commit
cfc5f0f5e4
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ $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 {
|
||||||
|
|
Loading…
Reference in a new issue