From 85d2afbeadc97407d21e9e2450728a428ae6ecbe Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 19 Jun 2024 19:34:58 -0700 Subject: [PATCH] fix overflow display name --- src/components/ProfileCard.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index 883ed91c7f..47f8b60c7d 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -45,9 +45,15 @@ export function Default({ } moderation={moderation.ui('avatar')} /> - - {name} - + + + {name} + + {handle}