Skip to content

Commit daa35b2

Browse files
jacobsimeonJacob Morris
authored and
Jacob Morris
committed
Eliminate padding in reader cells
https://getpocket.atlassian.net/browse/IN-245
1 parent 28c3962 commit daa35b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PocketKit/Sources/PocketKit/Article/TextContentCell.swift

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class TextContentCell: UICollectionViewCell {
2626
super.init(frame: frame)
2727

2828
textView.textContainerInset = .zero
29+
textView.textContainer.lineFragmentPadding = .zero
2930
textView.isEditable = false
3031
textView.isScrollEnabled = false
3132
textView.delegate = self

0 commit comments

Comments
 (0)