mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
increase space next to organization notifications
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user