Skip to content

Commit

Permalink
[Payment Selection] Improve Dynamic Type support
Browse files Browse the repository at this point in the history
  • Loading branch information
dmazzoni committed Apr 17, 2024
1 parent b9d4f73 commit 6a275e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 6a275e3

Please sign in to comment.