Family Tab Sizes Fixed

This commit was merged in pull request #353.
This commit is contained in:
2023-07-25 08:53:04 +01:00
parent b69e2ff53b
commit 16afd4f90c
7 changed files with 76 additions and 42 deletions
+1 -1
View File
@@ -23,7 +23,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 min-h-[520px] ${
className={`update-table w-full h-full p-4 bg-white dark:bg-dark-white overflow-y-auto rounded-2xl section-shadow min-h-[520px] ${
className || ""
}`}
>