fix: some language issue may clip trend card label issue
This commit is contained in:
parent
9dac014c7f
commit
42ea3f95ca
|
@ -27,6 +27,7 @@ class SearchRecommendTagsCollectionViewCell: UICollectionViewCell {
|
|||
let label = UILabel()
|
||||
label.textColor = .white
|
||||
label.font = .preferredFont(forTextStyle: .body)
|
||||
label.numberOfLines = 2
|
||||
return label
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue