properly handle overflow on sidebar items (#971)

This commit is contained in:
jeffvli
2025-06-29 18:56:46 -07:00
parent 88be98f703
commit 8eb591bd08
5 changed files with 39 additions and 6 deletions
@@ -9,6 +9,20 @@
}
}
.inner {
display: flex;
justify-content: flex-start;
width: 100%;
}
.label {
display: block;
align-content: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.link {
display: flex;
width: 100%;