Skip to content

Commit 49c067d

Browse files
authored
Fixes the avatar squishing if the project name is too long (#1861)
1 parent 551b794 commit 49c067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/primitives/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function AvatarLetters({
135135

136136
return (
137137
<span
138-
className="grid place-items-center overflow-hidden text-charcoal-750"
138+
className="grid shrink-0 place-items-center overflow-hidden text-charcoal-750"
139139
style={styleFromSize(size)}
140140
>
141141
{/* This is the square container */}

0 commit comments

Comments
 (0)