diff --git a/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m b/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m index ab05c65f..91964396 100644 --- a/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m +++ b/Sources/BraintreeDropIn/Custom Views/BTDropInPaymentSelectionCell.m @@ -27,7 +27,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus self.label = [[UILabel alloc] init]; [BTUIKAppearance styleLabelPrimary:self.label]; - self.label.numberOfLines = 2; + self.label.numberOfLines = 0; self.label.translatesAutoresizingMaskIntoConstraints = NO; [self.labelContainer addArrangedSubview:self.label];