diff --git a/src/components/Menu/src/Menu.vue b/src/components/Menu/src/Menu.vue index 069e0e8..68b80e0 100644 --- a/src/components/Menu/src/Menu.vue +++ b/src/components/Menu/src/Menu.vue @@ -220,8 +220,10 @@ export default defineComponent({ } .v-menu__title { - max-height: calc(~'var( - -top-tool-height) - 2px') !important; - line-height: calc(~'var( - -top-tool-height) - 2px'); + /* stylelint-disable-next-line */ + max-height: calc(~'var(--top-tool-height) - 2px') !important; + /* stylelint-disable-next-line */ + line-height: calc(~'var(--top-tool-height) - 2px'); } } }