From 23a2a23ba2dc70c6c986333cb469e055d58e3110 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Thu, 24 Apr 2025 00:13:29 -0400 Subject: [PATCH] BUG: fix overflowing username with ellipsis --- frontend/src/views/main/SideBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/main/SideBar.vue b/frontend/src/views/main/SideBar.vue index 5a7ed03..7db97c0 100644 --- a/frontend/src/views/main/SideBar.vue +++ b/frontend/src/views/main/SideBar.vue @@ -132,11 +132,11 @@ function toggleLanguage() { } .profile-label { - @apply label; @apply ml-5; @apply text-lg font-sans capitalize; @apply font-semibold; @apply hidden lg:inline; + @apply min-w-40 truncate; } .label {