Skip to content

Commit

Permalink
Fixed cluster list in burger menu having unnecessary horizontal scroll (
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich authored Nov 16, 2024
1 parent 2cfc0a4 commit 907875f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions shell/components/nav/TopLevelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ export default {
// needs !important so that we can
// offset the tooltip a bit so it doesn't
// overlap the pin icon and cause bad UX
left: 35px !important;
left: 48px !important;
}
.localeSelector, .footer-tooltip {
Expand Down Expand Up @@ -1069,7 +1069,7 @@ export default {
line-height: normal;
& > p {
width: 195px;
width: 182px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Expand Down Expand Up @@ -1117,9 +1117,11 @@ export default {
> i, > img {
display: block;
width: 42px;
font-size: $icon-size;
margin-right: 14px;
&.group-icon {
width: 42px;
}
}
.rancher-provider-icon,
Expand Down

0 comments on commit 907875f

Please sign in to comment.