mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 14:34:05 +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)}
|
avatarFallback={formatAvatarFallback(team.name)}
|
||||||
primaryText={team.name}
|
primaryText={team.name}
|
||||||
|
textSectionClassName="w-[200px]"
|
||||||
secondaryText={
|
secondaryText={
|
||||||
<div className="relative w-full">
|
<div className="relative w-full">
|
||||||
<motion.span
|
<motion.span
|
||||||
|
|||||||
Reference in New Issue
Block a user