BUG: fix overflowing username with ellipsis

This commit is contained in:
2025-04-24 00:13:29 -04:00
parent 52139b4b47
commit 23a2a23ba2

View File

@@ -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 {