Commit ecd5177c authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'fix-sidebar-overflow' into 'master'

Fix overflow in the sidebar

See merge request gitlab-org/gitlab!79181
parents b6aa916a 56b30f0b
......@@ -267,6 +267,8 @@
.nav-item-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
> a,
......
......@@ -1095,6 +1095,8 @@ input {
}
.nav-sidebar li .nav-item-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-sidebar li > a,
.nav-sidebar li > .fly-out-top-item-container {
......
......@@ -1076,6 +1076,8 @@ input {
}
.nav-sidebar li .nav-item-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-sidebar li > a,
.nav-sidebar li > .fly-out-top-item-container {
......
......@@ -1095,6 +1095,8 @@ input {
}
.nav-sidebar li .nav-item-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-sidebar li > a,
.nav-sidebar li > .fly-out-top-item-container {
......
......@@ -1076,6 +1076,8 @@ input {
}
.nav-sidebar li .nav-item-name {
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
}
.nav-sidebar li > a,
.nav-sidebar li > .fly-out-top-item-container {
......
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