diff --git a/app/javascript/dashboard/components/layout/Sidebar.vue b/app/javascript/dashboard/components/layout/Sidebar.vue
index 0b06cfdc0..fddfaab6e 100644
--- a/app/javascript/dashboard/components/layout/Sidebar.vue
+++ b/app/javascript/dashboard/components/layout/Sidebar.vue
@@ -275,6 +275,7 @@ export default {
id: label.id,
label: label.title,
color: label.color,
+ truncateLabel: true,
toState: frontendURL(
`accounts/${this.accountId}/label/${label.title}`
),
diff --git a/app/javascript/dashboard/components/layout/SidebarItem.vue b/app/javascript/dashboard/components/layout/SidebarItem.vue
index 396033f76..df7318aad 100644
--- a/app/javascript/dashboard/components/layout/SidebarItem.vue
+++ b/app/javascript/dashboard/components/layout/SidebarItem.vue
@@ -30,7 +30,7 @@
tag="li"
:to="child.toState"
>
-
+
-
- {{ child.label }}
+
+ {{ child.label }}
+
@@ -52,7 +56,6 @@