fix: some language issue may clip trend card label issue

This commit is contained in:
CMK 2021-11-04 12:17:02 +08:00
parent 9dac014c7f
commit 42ea3f95ca
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class SearchRecommendTagsCollectionViewCell: UICollectionViewCell {
let label = UILabel()
label.textColor = .white
label.font = .preferredFont(forTextStyle: .body)
label.numberOfLines = 2
return label
}()