chore: remove paragraph spacing for post editor. resolve #261
This commit is contained in:
parent
3114dd9431
commit
0186be609f
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue