팬 Talk 응원 글 길면 잘리는 버그 수정
This commit is contained in:
parent
86bbb281c8
commit
60457d987e
|
@ -89,6 +89,7 @@ struct UserProfileFanTalkCheersItemView: View {
|
||||||
Text("\(cheersItem.content)")
|
Text("\(cheersItem.content)")
|
||||||
.font(.custom(Font.medium.rawValue, size: 12))
|
.font(.custom(Font.medium.rawValue, size: 12))
|
||||||
.foregroundColor(Color(hex: "777777"))
|
.foregroundColor(Color(hex: "777777"))
|
||||||
|
.fixedSize(horizontal: false, vertical: true)
|
||||||
.padding(.top, 13.3)
|
.padding(.top, 13.3)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue