From 3425b9c9adfe6bda4ab32cbaf9109c2d9d4c6e6d Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Tue, 7 Feb 2023 07:40:43 +0100 Subject: [PATCH] Fixed notifications main label being cut --- .../Sources/Notifications/NotificationRowView.swift | 2 ++ 1 file changed, 2 insertions(+) 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(" βΈ± ")