File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
WordPress/Classes/ViewRelated/Reader/Cards Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22-----
33* [*] Fix horizontal insets in Reader article view [#25010]
44
5+
5626.5
67-----
78* [*] Add "Status" field to the "Post Settings" screen to make it easier to move posts from one state to another [#24939]
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
202226.4
2123-----
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments