Fixed notifications main label being cut

This commit is contained in:
Thomas Ricouard 2023-02-07 07:40:43 +01:00
parent c5b125cf2d
commit 3425b9c9ad
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ struct NotificationRowView: View {
}) })
.font(.scaledSubheadline) .font(.scaledSubheadline)
.fontWeight(.semibold) .fontWeight(.semibold)
.lineLimit(3)
.fixedSize(horizontal: false, vertical: true)
if let status = notification.status, notification.type == .mention { if let status = notification.status, notification.type == .mention {
Group { Group {
Text("") Text("")