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 = {
|
metaText.paragraphStyle = {
|
||||||
let style = NSMutableParagraphStyle()
|
let style = NSMutableParagraphStyle()
|
||||||
style.lineSpacing = 5
|
style.lineSpacing = 5
|
||||||
style.paragraphSpacing = 8
|
style.paragraphSpacing = 0
|
||||||
return style
|
return style
|
||||||
}()
|
}()
|
||||||
metaText.textAttributes = [
|
metaText.textAttributes = [
|
||||||
|
|
Loading…
Reference in New Issue