diff --git a/src/components/NotificationsList/NotificationListItem.jsx b/src/components/NotificationsList/NotificationListItem.jsx index 70df5e3831..85c8c04492 100644 --- a/src/components/NotificationsList/NotificationListItem.jsx +++ b/src/components/NotificationsList/NotificationListItem.jsx @@ -34,6 +34,7 @@ class NotificationListItem extends React.Component { to={{ pathname: detailUrl }} + style={{ marginRight: '1.5em' }} > {name} @@ -82,4 +83,3 @@ NotificationListItem.defaultProps = { }; export default NotificationListItem; -