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; `;