Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 0072d9d

Browse files
authored
Fixes issue with mini width when submenu is displayed (#3254)
1 parent 5d3b785 commit 0072d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/static/dispatch/src/components/AppDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
v-if="showChildPane"
2424
>
2525
<v-layout fill-height no-gutters>
26-
<v-navigation-drawer width="220" permanent :mini-variant="mini">
26+
<v-navigation-drawer width="220" permanent :mini-variant="mini" mini-variant-width="80px">
2727
<v-list dense flat nav>
2828
<span v-for="(route, index) in routes" :key="index" :to="route.path">
2929
<v-list-item :to="{ name: route.name }">

0 commit comments

Comments
 (0)