diff --git a/damus/Views/Notifications/EventGroupView.swift b/damus/Views/Notifications/EventGroupView.swift index 11da278f..9874fb56 100644 --- a/damus/Views/Notifications/EventGroupView.swift +++ b/damus/Views/Notifications/EventGroupView.swift @@ -214,6 +214,7 @@ struct EventGroupView: View { GroupDescription EventBody(damus_state: state, event: event, size: .normal, options: []) .padding([.top], 1) + .padding([.trailing]) .foregroundColor(.gray) } }