diff --git a/Packages/Notifications/Sources/Notifications/NotificationRowView.swift b/Packages/Notifications/Sources/Notifications/NotificationRowView.swift index 375773b4..9dde58bd 100644 --- a/Packages/Notifications/Sources/Notifications/NotificationRowView.swift +++ b/Packages/Notifications/Sources/Notifications/NotificationRowView.swift @@ -103,6 +103,8 @@ struct NotificationRowView: View { }) .font(.scaledSubheadline) .fontWeight(.semibold) + .lineLimit(3) + .fixedSize(horizontal: false, vertical: true) if let status = notification.status, notification.type == .mention { Group { Text(" βΈ± ")