diff --git a/lib/vue/src/components/navigation/CTopbar.vue b/lib/vue/src/components/navigation/CTopbar.vue index e183b9cf2..da1f4025a 100644 --- a/lib/vue/src/components/navigation/CTopbar.vue +++ b/lib/vue/src/components/navigation/CTopbar.vue @@ -8,7 +8,7 @@ />

@@ -289,6 +289,12 @@ $nav-user-icon-size: 50px; padding-left: calc(3.5rem + 6px); } +.header-navigation .title > * { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + .topbar-dropdown-menu { max-height: 80vh; overflow-y: auto;