From 42ea3f95ca4758e29511801292b904acf08bb396 Mon Sep 17 00:00:00 2001 From: CMK Date: Thu, 4 Nov 2021 12:17:02 +0800 Subject: [PATCH] fix: some language issue may clip trend card label issue --- .../SearchRecommendTagsCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mastodon/Scene/Search/Search/CollectionViewCell/SearchRecommendTagsCollectionViewCell.swift b/Mastodon/Scene/Search/Search/CollectionViewCell/SearchRecommendTagsCollectionViewCell.swift index 3734bc8a..3a20788b 100644 --- a/Mastodon/Scene/Search/Search/CollectionViewCell/SearchRecommendTagsCollectionViewCell.swift +++ b/Mastodon/Scene/Search/Search/CollectionViewCell/SearchRecommendTagsCollectionViewCell.swift @@ -27,6 +27,7 @@ class SearchRecommendTagsCollectionViewCell: UICollectionViewCell { let label = UILabel() label.textColor = .white label.font = .preferredFont(forTextStyle: .body) + label.numberOfLines = 2 return label }()