diff --git a/firefox-ios/Client/Frontend/Widgets/OneLineTableViewCell.swift b/firefox-ios/Client/Frontend/Widgets/OneLineTableViewCell.swift index 44d7aa6a6787a..90e53e9e05be1 100644 --- a/firefox-ios/Client/Frontend/Widgets/OneLineTableViewCell.swift +++ b/firefox-ios/Client/Frontend/Widgets/OneLineTableViewCell.swift @@ -66,6 +66,8 @@ class OneLineTableViewCell: UITableViewCell, label.textAlignment = .natural label.numberOfLines = 0 label.lineBreakMode = .byWordWrapping + label.setContentCompressionResistancePriority(.required, for: .vertical) + label.setContentHuggingPriority(.defaultHigh, for: .vertical) } private lazy var bottomSeparatorView: UIView = .build { separatorLine in