mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-26 08:45:25 +01:00
Limit account-name to one line (IOS-37)
This commit is contained in:
parent
7b59fdf3bc
commit
741456ede6
@ -27,6 +27,7 @@ struct HashtagWidgetView: View {
|
||||
.font(.caption)
|
||||
.fontWeight(.semibold)
|
||||
.foregroundColor(.secondary)
|
||||
.lineLimit(1)
|
||||
Text(entry.hashtag.account)
|
||||
.lineLimit(1)
|
||||
.font(.caption)
|
||||
|
Loading…
Reference in New Issue
Block a user