We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7feb9a9 commit 4541579Copy full SHA for 4541579
โProjects/Presentation/Sources/InterestField/Components/Cell/MajorCollectionViewCell.swiftโ
@@ -60,7 +60,7 @@ final class MajorCollectionViewCell: BaseCollectionViewCell<CodeEntity> {
60
verticalFittingPriority: .required
61
)
62
63
- let minWidth: CGFloat = 60
+ let minWidth: CGFloat = 45
64
let width = max(fittingSize.width, minWidth)
65
66
layoutAttributes.frame.size = CGSize(width: width, height: 31)
0 commit comments