Skip to content

Commit

Permalink
Formatter and aligned the buttons with the form
Browse files Browse the repository at this point in the history
  • Loading branch information
JacoKoster committed Sep 10, 2023
1 parent 9838b76 commit 312ae28
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions packages/server-admin-ui/src/views/security/AccessRequests.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,12 @@ class AccessRequests extends Component {
</FormGroup>
</CardBody>
<CardFooter>
<Row className={'ml-0 mr-0 d-flex justify-content-between justify-content-sm-start'}>
<Col xs="4" md="2" className={'pl-0 pr-0'}>
<Row
className={
'ml-0 mr-0 d-flex justify-content-between justify-content-sm-start'
}
>
<Col xs="4" md="4" lg="2" className={'pl-0 pr-0 pr-md-2'}>
<Button
size="md"
color="success"
Expand All @@ -234,7 +238,12 @@ class AccessRequests extends Component {
Approve
</Button>
</Col>
<Col xs="4" md="2" className={'pl-0 pr-0'}>
<Col
xs="4"
md="8"
lg="3"
className={'pl-2 pl-lg-1 pr-0 pr-md-2'}
>
<Button
size="md"
color="danger"
Expand Down

0 comments on commit 312ae28

Please sign in to comment.