1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

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={{
pathname: detailUrl
}}
style={{ marginRight: '1.5em' }}
>
<b>{name}</b>
</Link>
@ -82,4 +83,3 @@ NotificationListItem.defaultProps = {
};
export default NotificationListItem;