From 60457d987ef2b0d48b1f58e895e058a46ff813c0 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 2 Jan 2024 19:20:35 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=AC=20Talk=20=EC=9D=91=EC=9B=90=20?= =?UTF-8?q?=EA=B8=80=20=EA=B8=B8=EB=A9=B4=20=EC=9E=98=EB=A6=AC=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Profile/FanTalk/UserProfileFanTalkCheersItemView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift index 0648ec9..9c3409b 100644 --- a/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift +++ b/SodaLive/Sources/Explorer/Profile/FanTalk/UserProfileFanTalkCheersItemView.swift @@ -89,6 +89,7 @@ struct UserProfileFanTalkCheersItemView: View { Text("\(cheersItem.content)") .font(.custom(Font.medium.rawValue, size: 12)) .foregroundColor(Color(hex: "777777")) + .fixedSize(horizontal: false, vertical: true) .padding(.top, 13.3) }