We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac6234b + b4d4634 commit 71560c6Copy full SHA for 71560c6
adminforth/spa/src/components/MenuLink.vue
@@ -10,7 +10,7 @@
10
($route.name === item.path)
11
}"
12
>
13
- <component v-if="item.icon" :is="getIcon(item.icon)" class="w-5 h-5 text-lightSidebarIcons dark:text-darkSidebarIcons transition duration-75 group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover" ></component>
+ <component v-if="item.icon" :is="getIcon(item.icon)" class="min-w-5 min-h-5 text-lightSidebarIcons dark:text-darkSidebarIcons transition duration-75 group-hover:text-lightSidebarIconsHover dark:group-hover:text-darkSidebarIconsHover" ></component>
14
<span class="text-ellipsis overflow-hidden ms-3">{{ item.label }}</span>
15
<span v-if="item.badge"
16
0 commit comments