From 4d9e686e3b77756f8a404c4b38c7016f84a75ea0 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 21 Jun 2024 15:15:12 -0700 Subject: [PATCH] add flex shrink (#4597) --- src/components/ProfileHoverCard/index.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfileHoverCard/index.web.tsx b/src/components/ProfileHoverCard/index.web.tsx index 319eccfa..4db9c4f8 100644 --- a/src/components/ProfileHoverCard/index.web.tsx +++ b/src/components/ProfileHoverCard/index.web.tsx @@ -64,7 +64,7 @@ export function ProfileHoverCard(props: ProfileHoverCardProps) { return props.children } else { return ( - + )