Skip to content

Commit

Permalink
fix: add proper ellipsis to sidemenu (#7361)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart authored Feb 12, 2025
1 parent ed14493 commit b1c27b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/src/components/layout/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@
.el-tooltip__trigger {
display: flex;
}
& > span{
max-width: 100%;
}
}
.vsm--title span:first-child{
Expand Down

0 comments on commit b1c27b1

Please sign in to comment.