diff --git a/src/components/sidebar/SidebarIcon.vue b/src/components/sidebar/SidebarIcon.vue index f38a0aa0b0..99f380d920 100644 --- a/src/components/sidebar/SidebarIcon.vue +++ b/src/components/sidebar/SidebarIcon.vue @@ -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; }