mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
Update SidebarIcon.vue (#5105)
Remove the non-wrap nature of text labels for longer labels so they can wrap.
This commit is contained in:
committed by
GitHub
parent
78c8dc3886
commit
69a3239722
@@ -109,7 +109,7 @@ const computedTooltip = computed(() => t(tooltip) + tooltipSuffix)
|
|||||||
}
|
}
|
||||||
|
|
||||||
.side-bar-button-label {
|
.side-bar-button-label {
|
||||||
@apply text-[10px] text-center whitespace-nowrap;
|
@apply text-[10px] text-center;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user