Adding Min Height in Attendance Weiget.

This commit is contained in:
Kartik Sharma 2025-11-24 17:33:02 +05:30
parent 303cb3ab96
commit 28f9d09d1c
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ const AttendanceOverview = () => {
}; };
return ( 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 */} {/* Header */}
<div className="d-flex mt-2 justify-content-between align-items-center mb-3"> <div className="d-flex mt-2 justify-content-between align-items-center mb-3">
<div className="card-title mb-0 text-start"> <div className="card-title mb-0 text-start">