Fixed notifications main label being cut
This commit is contained in:
parent
c5b125cf2d
commit
3425b9c9ad
|
@ -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(" ⸱ ")
|
||||
|
|
Loading…
Reference in New Issue