Adding Min Height in Attendance Weiget.

This commit is contained in:
Kartik Sharma 2025-11-24 17:33:02 +05:30 committed by pramod.mahajan
parent 711dfb8f00
commit 7617146512
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ const AttendanceOverview = () => {
};
return (
<div className="bg-white px-4 rounded shadow d-flex flex-column h-100">
<div className="bg-white px-4 rounded shadow d-flex flex-column h-100" style={{ minHeight: "450px" }}>
{/* Header */}
<div className="d-flex mt-2 justify-content-between align-items-center mb-3">
<div className="card-title mb-0 text-start">

View File

@ -88,7 +88,7 @@ const ProjectDetails = () => {
<div className="col-lg-8 col-md-7 mt-2">
<ProjectProgressChart ShowAllProject="false" DefaultRange="1M" />
<div className="mt-5">
<div className="mt-5" >
<AttendanceOverview/>
</div>
</div>