diff --git a/components/card/card-footer.tsx b/components/card/card-footer.tsx index 772119e2e..bf9bb0a05 100644 --- a/components/card/card-footer.tsx +++ b/components/card/card-footer.tsx @@ -47,7 +47,7 @@ const CardFooterComponent: React.FC> = margin: ${SCALES.mt(0)} ${SCALES.mr(0)} ${SCALES.mb(0)} ${SCALES.ml(0)}; } - .auto-margin :global(*) { + .auto-margin :global(> *) { margin-top: 0; margin-bottom: 0; margin-right: ${theme.layout.gapQuarter};