Skip to content

Commit dad7330

Browse files
feat(component): Add Footer component
1 parent f81e996 commit dad7330

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/Menu/src/Menu.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,10 @@ export default defineComponent({
220220
}
221221
222222
.v-menu__title {
223-
max-height: calc(~'var( - -top-tool-height) - 2px') !important;
224-
line-height: calc(~'var( - -top-tool-height) - 2px');
223+
/* stylelint-disable-next-line */
224+
max-height: calc(~'var(--top-tool-height) - 2px') !important;
225+
/* stylelint-disable-next-line */
226+
line-height: calc(~'var(--top-tool-height) - 2px');
225227
}
226228
}
227229
}

0 commit comments

Comments
 (0)