mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
Fix Org Detail Action button margin
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user