fix: icon can be compressed issue in search scene

This commit is contained in:
CMK 2021-06-22 17:26:49 +08:00
parent 8f26fea875
commit ca8656be1b
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ extension SearchRecommendTagsCollectionViewCell {
flameIconView.translatesAutoresizingMaskIntoConstraints = false
horizontalStackView.addArrangedSubview(flameIconView)
flameIconView.setContentHuggingPriority(.required - 1, for: .horizontal)
containerStackView.addArrangedSubview(horizontalStackView)
peopleLabel.translatesAutoresizingMaskIntoConstraints = false