diff --git a/Classes/Issues/Files/IssueViewFilesSectionController.swift b/Classes/Issues/Files/IssueViewFilesSectionController.swift index 4c908ade4..78c16da87 100644 --- a/Classes/Issues/Files/IssueViewFilesSectionController.swift +++ b/Classes/Issues/Files/IssueViewFilesSectionController.swift @@ -18,14 +18,13 @@ final class IssueViewFilesSectionController: ListGenericSectionController CGSize { guard let width = collectionContext?.insetContainerSize.width else { fatalError("Collection context must be set") } return CGSize( width: width, - height: Styles.Text.secondary.preferredFont.lineHeight + height: Styles.Text.secondary.preferredFont.lineHeight + Styles.Sizes.rowSpacing ) }