mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fix Org Detail Action button margin
This commit is contained in:
@@ -135,7 +135,7 @@ class OrganizationDetail extends Component {
|
|||||||
value={modified}
|
value={modified}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div style={{ display: 'flex', flexDirection: 'row-reverse' }}>
|
<div style={{ display: 'flex', flexDirection: 'row-reverse', marginTop: '20px' }}>
|
||||||
<Link to={`/organizations/${match.params.id}/edit`}>
|
<Link to={`/organizations/${match.params.id}/edit`}>
|
||||||
<Button><Trans>Edit</Trans></Button>
|
<Button><Trans>Edit</Trans></Button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user