mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-17 19:30:10 +01:00
chore: Don't limit number of lines on translation info text
This commit is contained in:
parent
ec80ad39ef
commit
98154ec2c3
@ -191,7 +191,7 @@ public final class StatusView: UIView {
|
||||
let label = UILabel()
|
||||
label.font = UIFontMetrics(forTextStyle: .footnote).scaledFont(for: .systemFont(ofSize: 13, weight: .regular))
|
||||
label.textColor = Asset.Colors.Label.secondary.color
|
||||
label.numberOfLines = 2
|
||||
label.numberOfLines = 0
|
||||
return label
|
||||
}()
|
||||
lazy var translatedInfoView: UIView = {
|
||||
|
Loading…
Reference in New Issue
Block a user