From 8deeafdf2aa5ee8876e9655fe21ec33b3434d610 Mon Sep 17 00:00:00 2001 From: freaky4wrld Date: Mon, 22 Jan 2024 10:35:58 +0530 Subject: [PATCH] [fix]: removed the extra margin from usermanagement container to correct the height and improve the UI --- client/src/components/user-admin/UserManagement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/user-admin/UserManagement.js b/client/src/components/user-admin/UserManagement.js index 4ff85e42..5702371d 100644 --- a/client/src/components/user-admin/UserManagement.js +++ b/client/src/components/user-admin/UserManagement.js @@ -50,7 +50,7 @@ const UserManagement = ({ users, setUserToEdit }) => { ); } return ( - +