From 24f0fe29806ea6d5caad4e3f5d42179a9e010b9d Mon Sep 17 00:00:00 2001 From: Keith Grant Date: Tue, 12 Mar 2019 16:04:22 -0400 Subject: [PATCH] increase space next to organization notifications --- src/components/NotificationsList/NotificationListItem.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -