mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 06:32:08 +10:00
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
This commit is contained in:
committed by
Mythie
parent
1f832657bc
commit
d32474a318
@ -196,6 +196,7 @@ export const MenuSwitcher = ({ user, teams: initialTeamsData }: MenuSwitcherProp
|
||||
}
|
||||
avatarFallback={formatAvatarFallback(team.name)}
|
||||
primaryText={team.name}
|
||||
textSectionClassName="w-[200px]"
|
||||
secondaryText={
|
||||
<div className="relative w-full">
|
||||
<motion.span
|
||||
|
||||
Reference in New Issue
Block a user