From 3e840d59d2a3f4400fb337419ec276c54b00476c Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Sat, 28 Jul 2018 10:40:26 -0400 Subject: [PATCH] More top padding for root comment --- Classes/Issues/Comments/IssueCommentModel+Inset.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Issues/Comments/IssueCommentModel+Inset.swift b/Classes/Issues/Comments/IssueCommentModel+Inset.swift index cccbc66d6..cc2a42208 100644 --- a/Classes/Issues/Comments/IssueCommentModel+Inset.swift +++ b/Classes/Issues/Comments/IssueCommentModel+Inset.swift @@ -15,7 +15,7 @@ extension IssueCommentModel { case .single: // title and other header objects will have bottom insetting if isRoot { - return UIEdgeInsets(top: Styles.Sizes.rowSpacing/2, left: 0, bottom: 0, right: 0) + return UIEdgeInsets(top: Styles.Sizes.rowSpacing, left: 0, bottom: 0, right: 0) } else { return .zero }