mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-12 08:36:02 +01:00
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
Block a user