Adding sizing in manageemployee.
This commit is contained in:
parent
c71fe3a45e
commit
d56aefde02
@ -127,7 +127,7 @@ const ManageEmployee = ({ employeeId, onClosed }) => {
|
|||||||
const hasAccessAplication = watch("hasApplicationAccess");
|
const hasAccessAplication = watch("hasApplicationAccess");
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<form onSubmit={handleSubmit(onSubmit)} className="p-sm-0 p-2">
|
<form onSubmit={handleSubmit(onSubmit)} className="p-sm-2 p-2">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<p className="fs-5 fw-semibold">
|
<p className="fs-5 fw-semibold">
|
||||||
{" "}
|
{" "}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user