diff --git a/Core/Core/Common/CommonUI/UIViews/RightDetailTableViewCell.swift b/Core/Core/Common/CommonUI/UIViews/RightDetailTableViewCell.swift index 26b03dadcf..b2c3833e99 100644 --- a/Core/Core/Common/CommonUI/UIViews/RightDetailTableViewCell.swift +++ b/Core/Core/Common/CommonUI/UIViews/RightDetailTableViewCell.swift @@ -35,9 +35,8 @@ public class RightDetailTableViewCell: UITableViewCell { detailTextLabel?.textColor = .textDark detailTextLabel?.font = .scaledNamedFont(.medium16) directionalLayoutMargins = NSDirectionalEdgeInsets(top: 12, leading: 16, bottom: 12, trailing: 16) - heightAnchor.constraint(greaterThanOrEqualToConstant: 54).isActive = true textLabel?.textColor = .textDarkest textLabel?.font = .scaledNamedFont(.semibold16) - textLabel?.numberOfLines = 2 + textLabel?.numberOfLines = 0 } }