1
0
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:
CMK 2021-08-04 15:32:11 +08:00
parent 3114dd9431
commit 0186be609f

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