Skip to content

Commit

Permalink
[CHORE] 컨텐츠 셀 레이아웃 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyeon9911 committed Jan 22, 2022
1 parent 7aef9af commit ee90137
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ final class CategoryContents1xNCollectionViewCell: BaseCollectionViewCell {
}

subtitleLabel.snp.makeConstraints {
$0.leading.trailing.equalTo(contentView).offset(16)
$0.leading.equalTo(contentView).offset(16)
$0.trailing.equalTo(contentView).offset(-60)
$0.top.equalTo(titleLabel.snp.bottom).offset(9)
}

Expand Down

0 comments on commit ee90137

Please sign in to comment.