From a110822126ad8af5af413aa102e3f950606c8d79 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Fri, 14 Feb 2025 13:34:39 -0500 Subject: [PATCH] Allow the person's name to flow on multiple lines --- frontend/src/views/main/SideBar.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/views/main/SideBar.vue b/frontend/src/views/main/SideBar.vue index f9bce6c..9360023 100644 --- a/frontend/src/views/main/SideBar.vue +++ b/frontend/src/views/main/SideBar.vue @@ -152,7 +152,6 @@ function toggleLanguage() { .profile-label { @apply mx-4 text-lg font-sans capitalize; @apply font-semibold; - @apply text-nowrap; @apply hidden lg:inline }