Skip to content

Commit 372b7f1

Browse files
authored
Merge pull request #1 from Amorano/Amorano-Sidebar-Label-Wrap
Update SidebarIcon.vue
2 parents 28d74be + e1a5475 commit 372b7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/SidebarIcon.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const computedTooltip = computed(() => t(tooltip) + tooltipSuffix)
109109
}
110110
111111
.side-bar-button-label {
112-
@apply text-[10px] text-center whitespace-nowrap;
112+
@apply text-[10px] text-center;
113113
line-height: 1;
114114
}
115115

0 commit comments

Comments
 (0)