diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 9c38c4542..ef5b9d5d2 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -754,7 +754,7 @@ if (keycloak.tokenParsed != null) { :to="{ name: `${subMenu2.path}` }" > - {{ subMenu2.label }} @@ -942,9 +942,12 @@ if (keycloak.tokenParsed != null) { .expan2 .q-item { padding-left: 10%; } -/* .menuSubAct { - background: #1e2529d9; -} */ +.subLabel{ + white-space: nowrap; + width: 160px; + overflow: hidden; + text-overflow: ellipsis; +} .font-400 { font-weight: 400; }