diff --git a/packages/client/src/ui/_common_/navbar.vue b/packages/client/src/ui/_common_/navbar.vue index 107cd9a3b..a9bc8da0a 100644 --- a/packages/client/src/ui/_common_/navbar.vue +++ b/packages/client/src/ui/_common_/navbar.vue @@ -304,6 +304,7 @@ function more(ev: MouseEvent) { display: block; padding-left: 30px; line-height: 2.85rem; + margin-bottom: 0.5rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;