Skip to content

Commit

Permalink
Merge pull request #35 from Team-Shaka/Release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Jeonhui authored Nov 12, 2023
2 parents 87a4ab1 + 9843f5b commit 0973593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ class BriefingCardViewController: UIViewController {

topicLabel.snp.makeConstraints{ make in
make.top.equalTo(dateInformationLabel.snp.bottom).offset(13)
make.leading.equalToSuperview().offset(25)
make.leading.trailing.equalToSuperview().inset(25)
}

subtopicLabel.snp.makeConstraints{ make in
Expand Down

0 comments on commit 0973593

Please sign in to comment.