Ensure all pages maintain a consistent size, even when there's less data to display.

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

View File

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