Skip to content

Commit

Permalink
Set minimum height for topic row
Browse files Browse the repository at this point in the history
  • Loading branch information
Hengyu committed Dec 30, 2023
1 parent 4f2ce11 commit ff0713c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FeedbackSwift/Items/Topic/TopicCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit ff0713c

Please sign in to comment.