Skip to content

Commit dbdb029

Browse files
keanjkmassel
authored andcommitted
Increase number of lines for post tiles (#25019)
1 parent db0471e commit dbdb029

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]
@@ -18,6 +19,7 @@
1819
* [*] Fix a bug where the app can't access some Jetpack connected sites [#24976]
1920
* [*] Add support for editing custom taxonomy terms from "Post Settings" [#24964]
2021
* [*] Fix overly long related post titles in Reader [#25011]
22+
* [*] Increase number of lines for post tiles in Reader to three [#25019]
2123

2224
26.4
2325
-----

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)