Skip to content

Commit

Permalink
Fix ui issue in roles list
Browse files Browse the repository at this point in the history
  • Loading branch information
thivi committed Jun 26, 2020
1 parent a277230 commit 3653713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ export const Roles = (): ReactElement => {
</Select>
</FormControl>
</Grid>
<Grid item xs={8} md={4} container justify="flex-end">
<Grid item xs={8} md={10} container justify="flex-end">
<Paper className={classes.search} variant="outlined">
<InputBase
placeholder="Search by email"
Expand Down Expand Up @@ -713,6 +713,7 @@ export const Roles = (): ReactElement => {
<Grid
container
justify="flex-end"
alignItems="center"
item
xs={2}
md={3}
Expand Down

0 comments on commit 3653713

Please sign in to comment.