increase space next to organization notifications

This commit is contained in:
Keith Grant
2019-03-12 16:04:22 -04:00
parent a3bea6d4a8
commit 24f0fe2980

View File

@@ -34,6 +34,7 @@ class NotificationListItem extends React.Component {
to={{ to={{
pathname: detailUrl pathname: detailUrl
}} }}
style={{ marginRight: '1.5em' }}
> >
<b>{name}</b> <b>{name}</b>
</Link> </Link>
@@ -82,4 +83,3 @@ NotificationListItem.defaultProps = {
}; };
export default NotificationListItem; export default NotificationListItem;