From ee90137f4191ec7b0fe0de0fcc4b952a188185b3 Mon Sep 17 00:00:00 2001 From: suyeon Date: Sat, 22 Jan 2022 14:01:50 +0900 Subject: [PATCH] =?UTF-8?q?[CHORE]=20=EC=BB=A8=ED=85=90=EC=B8=A0=20?= =?UTF-8?q?=EC=85=80=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Cells/CategoryContents1xNCollectionViewCell.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift b/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift index 2c05a8cc..327cea3d 100644 --- a/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift +++ b/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift @@ -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) }