From 0186be609f641ee6d2eb977d06a975a5657b6bc1 Mon Sep 17 00:00:00 2001 From: CMK Date: Wed, 4 Aug 2021 15:32:11 +0800 Subject: [PATCH] chore: remove paragraph spacing for post editor. resolve #261 --- .../CollectionViewCell/ComposeStatusContentTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentTableViewCell.swift b/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentTableViewCell.swift index ffeae7678..885840110 100644 --- a/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentTableViewCell.swift +++ b/Mastodon/Scene/Compose/CollectionViewCell/ComposeStatusContentTableViewCell.swift @@ -43,7 +43,7 @@ final class ComposeStatusContentTableViewCell: UITableViewCell { metaText.paragraphStyle = { let style = NSMutableParagraphStyle() style.lineSpacing = 5 - style.paragraphSpacing = 8 + style.paragraphSpacing = 0 return style }() metaText.textAttributes = [