Update SidebarIcon.vue (#5105)

Remove the non-wrap nature of text labels for longer labels so they can wrap.
This commit is contained in:
Alexander G. Morano
2025-08-22 00:20:46 -04:00
committed by GitHub
parent 78c8dc3886
commit 69a3239722

View File

@@ -109,7 +109,7 @@ const computedTooltip = computed(() => t(tooltip) + tooltipSuffix)
}
.side-bar-button-label {
@apply text-[10px] text-center whitespace-nowrap;
@apply text-[10px] text-center;
line-height: 1;
}