Skip to content

Commit

Permalink
Merge pull request #1563 from freaky4wrld/update-component-height-in-…
Browse files Browse the repository at this point in the history
…UserManagement-UI-1561
  • Loading branch information
trillium authored Jan 22, 2024
2 parents 3405552 + 8deeafd commit 323826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/user-admin/UserManagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const UserManagement = ({ users, setUserToEdit }) => {
);
}
return (
<Box className="container--usermanagement" sx={{px: '1.8rem'}}>
<Box className="container--usermanagement" sx={{px: '1.8rem', mb: 0,}}>
<Box sx={{
display: 'flex',
flexDirection: 'column',
Expand Down

0 comments on commit 323826d

Please sign in to comment.