Skip to content

Commit 4541579

Browse files
committed
๐Ÿ› ๏ธ :: width ์ˆ˜์ •
1 parent 7feb9a9 commit 4541579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€ŽProjects/Presentation/Sources/InterestField/Components/Cell/MajorCollectionViewCell.swiftโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ final class MajorCollectionViewCell: BaseCollectionViewCell<CodeEntity> {
6060
verticalFittingPriority: .required
6161
)
6262

63-
let minWidth: CGFloat = 60
63+
let minWidth: CGFloat = 45
6464
let width = max(fittingSize.width, minWidth)
6565

6666
layoutAttributes.frame.size = CGSize(width: width, height: 31)

0 commit comments

Comments
ย (0)