diff --git a/Client/Frontend/Widgets/PhotonActionSheet/PhotonActionSheetCell.swift b/Client/Frontend/Widgets/PhotonActionSheet/PhotonActionSheetCell.swift index c4c16d49221c..a369833e8852 100644 --- a/Client/Frontend/Widgets/PhotonActionSheet/PhotonActionSheetCell.swift +++ b/Client/Frontend/Widgets/PhotonActionSheet/PhotonActionSheetCell.swift @@ -177,7 +177,7 @@ class PhotonActionSheetCell: UITableViewCell { titleLabel.textColor = UIColor.theme.tableView.rowText titleLabel.textColor = action.accessory == .Text ? titleLabel.textColor.withAlphaComponent(0.6) : titleLabel.textColor titleLabel.adjustsFontSizeToFitWidth = false - titleLabel.numberOfLines = 1 + titleLabel.numberOfLines = 2 titleLabel.lineBreakMode = .byTruncatingTail titleLabel.minimumScaleFactor = 0.5