Skip to content

Commit a0a3211

Browse files
authored
Increase number of lines for post tiles (#25019)
1 parent fc5bfb0 commit a0a3211

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-----
33
* [*] Fix horizontal insets in Reader article view [#25010]
44

5+
56
26.5
67
-----
78
* [*] Add "Status" field to the "Post Settings" screen to make it easier to move posts from one state to another [#24939]
@@ -16,6 +17,7 @@
1617
* [*] Add "Taxonomies" to Site Settings [#24955]
1718
* [*] Update "Categories" picker to indicate multiple selection [#24952]
1819
* [*] Fix overly long related post titles in Reader [#25011]
20+
* [*] Increase number of lines for post tiles in Reader to three [#25019]
1921

2022
26.4
2123
-----

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)