diff --git a/site/source/design-system/card/SmallCard.tsx b/site/source/design-system/card/SmallCard.tsx index d1c8c92a3..b0aa41676 100644 --- a/site/source/design-system/card/SmallCard.tsx +++ b/site/source/design-system/card/SmallCard.tsx @@ -58,9 +58,9 @@ export function SmallCard({ const Container = styled.div` display: flex; - max-height: 120px; flex-direction: row; text-decoration: none; + word-break: break-word; cursor: pointer; align-items: center; background-color: ${({ theme }) => theme.colors.bases.primary[200]};