From 41b9d9a1d956871f231e3ef92f35fbe195dfe271 Mon Sep 17 00:00:00 2001 From: Rohan-cp Date: Tue, 31 Oct 2023 01:15:49 +0530 Subject: [PATCH] base --- apps/web/src/scenes/UserGalleryPage/UserSocialPill.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/scenes/UserGalleryPage/UserSocialPill.tsx b/apps/web/src/scenes/UserGalleryPage/UserSocialPill.tsx index 45481f779e..cd94624f0a 100644 --- a/apps/web/src/scenes/UserGalleryPage/UserSocialPill.tsx +++ b/apps/web/src/scenes/UserGalleryPage/UserSocialPill.tsx @@ -50,4 +50,5 @@ const StyledHandle = styled(TitleXS)` text-overflow: ellipsis; font-weight: 700; text-transform: initial; + white-space: nowrap; `;