diff --git a/app/components/Notifications/NotificationListItem.tsx b/app/components/Notifications/NotificationListItem.tsx index 60d866784..3f7f8e4aa 100644 --- a/app/components/Notifications/NotificationListItem.tsx +++ b/app/components/Notifications/NotificationListItem.tsx @@ -88,6 +88,7 @@ const StyledAvatar = styled(Avatar)` const Container = styled(Flex)<{ $unread: boolean }>` position: relative; padding: 8px 12px; + padding-right: 40px; margin: 0 8px; border-radius: 4px;