Limit account-name to one line (IOS-37)

This commit is contained in:
Nathan Mattes 2023-03-27 22:38:24 +02:00
parent 7b59fdf3bc
commit 741456ede6
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ struct HashtagWidgetView: View {
.font(.caption)
.fontWeight(.semibold)
.foregroundColor(.secondary)
.lineLimit(1)
Text(entry.hashtag.account)
.lineLimit(1)
.font(.caption)