mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Fixed notifications main label being cut
This commit is contained in:
parent
c5b125cf2d
commit
3425b9c9ad
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue