fix: report UI

This commit is contained in:
prafull-opensignlabs
2024-10-16 12:13:19 +05:30
parent 3a8e41de27
commit 8467340fb5
@@ -1227,7 +1227,13 @@ const ReportTable = (props) => {
</div>
<div
className={`${
isDashboard && props.List?.length > 0 ? "min-h-[317px]" : "h-screen"
isDashboard && props.List?.length > 0
? "min-h-[317px]"
: `${
currentList?.length === props.docPerPage
? "h-fit"
: "h-screen"
}`
} overflow-auto w-full border-b`}
>
<table className="op-table border-collapse w-full">