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