mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix Org Detail Action button margin
This commit is contained in:
parent
240d07b6d4
commit
7567a6b36a
@ -135,7 +135,7 @@ class OrganizationDetail extends Component {
|
||||
value={modified}
|
||||
/>
|
||||
</div>
|
||||
<div style={{ display: 'flex', flexDirection: 'row-reverse' }}>
|
||||
<div style={{ display: 'flex', flexDirection: 'row-reverse', marginTop: '20px' }}>
|
||||
<Link to={`/organizations/${match.params.id}/edit`}>
|
||||
<Button><Trans>Edit</Trans></Button>
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user