Fix Org Detail Action button margin

This commit is contained in:
Marliana Lara
2019-02-18 14:29:05 -05:00
parent 240d07b6d4
commit 7567a6b36a

View File

@@ -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>