diff --git a/clients/privacy-center/components/Card.tsx b/clients/privacy-center/components/Card.tsx index 488ee3519e..eeac3e868c 100644 --- a/clients/privacy-center/components/Card.tsx +++ b/clients/privacy-center/components/Card.tsx @@ -23,7 +23,7 @@ const Card: React.FC = ({ data-testid="card" flexDirection="column" gap="12px" - h="176px" + minH="176px" key={title} m={2} onClick={() => { @@ -62,7 +62,7 @@ const Card: React.FC = ({ fontSize="xs" fontWeight="normal" lineHeight="16px" - noOfLines={3} + noOfLines={[3,4,5]} > {description}