Skip to content

Commit b5ab563

Browse files
committed
Increase number of lines for post tiles
1 parent aa1d94d commit b5ab563

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
26.6
22
-----
3+
* [*] Increase number of lines for post tiles in Reader to three [#25019]
34

45

56
26.5

WordPress/Classes/ViewRelated/Reader/Cards/ReaderPostCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private final class ReaderPostCellView: UIView {
199199
}
200200

201201
private func configureLayout(isCompact: Bool) {
202-
titleLabel.numberOfLines = 2
202+
titleLabel.numberOfLines = 3
203203
detailsLabel.numberOfLines = isCompact ? 3 : 5
204204

205205
postPreview.axis = isCompact ? .vertical : .horizontal

0 commit comments

Comments
 (0)