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 = [