Merge pull request #132 from keithjgrant/org-notification-spacing

increase space next to organization notifications
This commit is contained in:
Keith Grant
2019-03-13 08:37:03 -04:00
committed by GitHub

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;