Page Height Should Be Minimized with "No Reports Found" Message in Daily Progress Report.

This commit is contained in:
Kartik sharma 2025-07-09 12:18:41 +05:30 committed by pramod mahajan
parent 98767fc6af
commit 0793dc28fb

View File

@ -234,7 +234,7 @@ const AttendanceLog = ({
</div>
<div
className="table-responsive text-nowrap"
style={{ minHeight: "200px", display: 'flex', alignItems: 'center', justifyContent: 'center' }}
style={{ minHeight: "250px" }}
>
{data && data.length > 0 && (
<table className="table mb-0">