From d224f47b8c2b37ed83c05edc6e2edea103c625e0 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 11 Oct 2022 17:04:31 -0400 Subject: [PATCH] Fix long content warnings getting truncated in new status cells Closes #185 --- Tusker/Views/Status/TimelineStatusCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift index 3e3cd0f3..7a71eac0 100644 --- a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift +++ b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift @@ -113,6 +113,7 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti } private(set) lazy var contentWarningLabel = EmojiLabel().configure { + $0.numberOfLines = 0 $0.textColor = .secondaryLabel $0.font = UIFont(descriptor: .preferredFontDescriptor(withTextStyle: .body).addingAttributes([ .traits: [