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) }