diff --git a/src/components/cards/Card.jsx b/src/components/cards/Card.jsx index 012064de3..89f2aa674 100644 --- a/src/components/cards/Card.jsx +++ b/src/components/cards/Card.jsx @@ -7,9 +7,9 @@ export default function Card({ title, titleId, htmlId = null, - maxHeight = 360, overflow = 'auto', overflowX = 'auto', + styles = {}, renderActions, children, }) { @@ -35,7 +35,7 @@ export default function Card({ {renderActions} -
+
{children}
diff --git a/src/components/cards/RelationshipsCard.jsx b/src/components/cards/RelationshipsCard.jsx index d4fc58be2..a2aa7b6bb 100644 --- a/src/components/cards/RelationshipsCard.jsx +++ b/src/components/cards/RelationshipsCard.jsx @@ -341,7 +341,7 @@ export default function RelationshipsCard({
, - + {/* // renderActions={ //
// + +