From 53ec2c42197ea5df792573bc1cb18211a61ebbcb Mon Sep 17 00:00:00 2001 From: suhyun113 <163711629+suhyun113@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:35:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=95=9C=EA=B8=80=20url=20=EB=A7=90?= =?UTF-8?q?=EC=A4=84=EC=9E=84=20=EC=95=88=20=EB=90=98=EB=8A=94=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ClubProfileCard/ClubProfileCard.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/pages/ClubDetailPage/components/ClubProfileCard/ClubProfileCard.styles.ts b/frontend/src/pages/ClubDetailPage/components/ClubProfileCard/ClubProfileCard.styles.ts index 990a46ee..330de0e5 100644 --- a/frontend/src/pages/ClubDetailPage/components/ClubProfileCard/ClubProfileCard.styles.ts +++ b/frontend/src/pages/ClubDetailPage/components/ClubProfileCard/ClubProfileCard.styles.ts @@ -169,6 +169,7 @@ export const SocialUrl = styled.span` overflow: hidden; text-overflow: ellipsis; vertical-align: bottom; + white-space: nowrap; ${media.laptop} { max-width: 100px;