File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
}"
12
12
>
13
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 >
14
- <span class =" ms-3" >{{ item.label }}</span >
14
+ <span class =" text-ellipsis overflow-hidden ms-3" >{{ item.label }}</span >
15
15
<span v-if =" item.badge" class =" inline-flex items-center justify-center h-3 py-3 px-1 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
16
16
fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent min-w-[1.5rem] max-w-[3rem]"
17
17
>
You can’t perform that action at this time.
0 commit comments