"Changes in the employee popup size."

This commit is contained in:
Kartik sharma 2025-06-30 16:27:12 +05:30
parent d86c8a2c0b
commit 562a4ca46d
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ const ManageEmployee = ({ employeeId, onClosed }) => {
<p>Loading Employee Data...</p>
)} */}
<form onSubmit={handleSubmit( onSubmit )} className="p-sm-0 p-2">
<form onSubmit={handleSubmit( onSubmit )} className="p-sm-5 p-2">
<div className="text-center"><p className="fs-6 fw-semibold"> {employee ? "Update Employee" : "Create Employee"}</p></div>
<div className="row mb-3">
<div className="col-sm-4">

View File

@ -112,7 +112,7 @@ const TaskPlannng = () => {
<Breadcrumb
data={[
{ label: "Home", link: "/dashboard" },
{ label: "Daily Task Planning", link: "/activities/task" },
{ label: "Daily Task Planning" }
]}
></Breadcrumb>
{project_listLoader && <p>Loading..</p>}