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
commit fe5821eb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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