diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index b9ebb10c..c2b188dd 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -302,4 +302,12 @@ limitations under the License. --> .nav-tabs { padding: 10px; } + + .name { + display: inline-block; + max-width: 250px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + }