chore: remove paragraph spacing for post editor. resolve #261

This commit is contained in:
CMK 2021-08-04 15:32:11 +08:00
parent 3114dd9431
commit 0186be609f
1 changed files with 1 additions and 1 deletions

View File

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