Skip to content

Commit

Permalink
[fix]: removed the extra margin from usermanagement container to corr…
Browse files Browse the repository at this point in the history
…ect the height and improve the UI
  • Loading branch information
freaky4wrld committed Jan 22, 2024
1 parent 3405552 commit 8deeafd
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 8deeafd

Please sign in to comment.