Ensure all pages maintain a consistent size, even when there's less data to display.
This commit is contained in:
parent
10cf207677
commit
cefc475c0a
@ -234,7 +234,7 @@ const AttendanceLog = ({
|
||||
</div>
|
||||
<div
|
||||
className="table-responsive text-nowrap"
|
||||
style={{ minHeight: "200px" }}
|
||||
style={{ minHeight: "200px", display: 'flex', alignItems: 'center', justifyContent: 'center' }}
|
||||
>
|
||||
{data && data.length > 0 && (
|
||||
<table className="table mb-0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user