File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 100100
101101 <component v-if =" item.icon" :is =" getIcon(item.icon)" class =" w-5 h-5 text-lightSidebarIcons group-hover:text-lightSidebarIconsHover transition duration-75 dark:group-hover:text-darkSidebarIconsHover dark:text-darkSidebarIcons" ></component >
102102
103- <span class =" flex-1 ms-3 text-left rtl:text-right whitespace-nowrap" >{{ item.label }}
103+ <span class =" text-ellipsis overflow-hidden flex-1 ms-3 text-left rtl:text-right whitespace-nowrap" >{{ item.label }}
104104
105105 <span v-if =" item.badge" class =" inline-flex items-center justify-center w-3 h-3 p-3 ms-3 text-sm font-medium rounded-full bg-lightAnnouncementBG dark:bg-darkAnnouncementBG
106106 fill-lightAnnouncementText dark:fill-darkAccent text-lightAnnouncementText dark:text-darkAccent" >
You can’t perform that action at this time.
0 commit comments