Correction in Attendance Overview.

This commit is contained in:
Kartik Sharma 2025-10-31 15:50:33 +05:30
parent 466b09df88
commit 72eb64177f
3 changed files with 5 additions and 5 deletions

View File

@ -100,7 +100,7 @@ const AttendanceOverview = () => {
};
return (
<div className="bg-white p-4 rounded shadow d-flex flex-column">
<div className="bg-white p-4 rounded shadow d-flex flex-column h-100">
{/* Header */}
<div className="d-flex justify-content-between align-items-center mb-3">
<div className="card-title mb-0 text-start">
@ -139,7 +139,7 @@ const AttendanceOverview = () => {
</div>
{/* Content */}
<div className="flex-grow-1 d-flex align-items-center modal-min-h justify-content-center">
<div className="flex-grow-1 d-flex align-items-center justify-content-center">
{loading ? (
<SpinnerLoader />
) : error ? (

View File

@ -63,7 +63,7 @@ const Dashboard = () => {
</div>
<div className="col-12 col-xl-4 col-md-6">
<div className="card ">
<div className="card h-100">
<ExpenseStatus />
</div>
</div>

View File

@ -83,7 +83,7 @@ const ExpenseByProject = () => {
];
return (
<div className="card shadow-sm rounded ">
<div className="card shadow-sm h-100 rounded ">
{/* Header */}
<div className="card-header">
<div className="d-flex justify-content-start align-items-center mb-3 mt-3">