Skip to content

Commit

Permalink
feat: fixed user manager operations column wrap (Greenstand#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ny-Rianala authored Feb 20, 2022
1 parent 8a74ed7 commit 8a6b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Users.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function Users(props) {
<TableCell component="th" scope="row">
{getDateTimeStringLocale(user.createdAt)}
</TableCell>
<TableCell>
<TableCell style={{ minWidth: '130px' }}>
<IconButton title="edit" onClick={() => handleEdit(user)}>
<Edit />
</IconButton>
Expand Down

0 comments on commit 8a6b152

Please sign in to comment.