diff --git a/Sources/FeedbackSwift/Items/Topic/TopicCell.swift b/Sources/FeedbackSwift/Items/Topic/TopicCell.swift index c15a97a..657e1b4 100644 --- a/Sources/FeedbackSwift/Items/Topic/TopicCell.swift +++ b/Sources/FeedbackSwift/Items/Topic/TopicCell.swift @@ -26,6 +26,7 @@ final public class TopicCell: UITableViewCell { button.titleLabel?.font = .preferredFont(forTextStyle: .body) button.showsMenuAsPrimaryAction = true accessoryView = button + heightAnchor.constraint(greaterThanOrEqualToConstant: 44).isActive = true } }