From d32474a3184965334d85ea3e70e3e9d121abd3de Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Fri, 12 Jul 2024 19:07:13 +0000 Subject: [PATCH] fix: team url cut short on hover possible font issue - doesnt happen with numbers or skill issue - hardcoding 200px is the only thing that worked for me --- apps/web/src/components/(dashboard)/layout/menu-switcher.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx b/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx index 760b9cad2..a14a3074a 100644 --- a/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx +++ b/apps/web/src/components/(dashboard)/layout/menu-switcher.tsx @@ -196,6 +196,7 @@ export const MenuSwitcher = ({ user, teams: initialTeamsData }: MenuSwitcherProp } avatarFallback={formatAvatarFallback(team.name)} primaryText={team.name} + textSectionClassName="w-[200px]" secondaryText={