default height added to box tables

This commit was merged in pull request #159.
This commit is contained in:
victorAnumudu
2023-06-12 14:00:45 +01:00
parent c1805376ae
commit 97bfcd68b5
5 changed files with 32 additions and 11 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function FamilyTable({ className, familyList, loader, popUpHandle
return (
<div
className={`update-table w-full h-full p-8 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow ${
className={`update-table w-full h-full p-8 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow min-h-[520px] ${
className || ""
}`}
>