From 789d25b57a7cd76036fa62f1f0efc88a546991bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Tue, 18 Jan 2022 14:42:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=F0=9F=8E=A8=20Suppression=20du=20m?= =?UTF-8?q?ax-height=20sur=20les=20SmallCard=20+=20ajout=20d'un=20word-bre?= =?UTF-8?q?ak?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/design-system/card/SmallCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]};