🐛🎨 Suppression du max-height sur les SmallCard + ajout d'un word-break

pull/1935/head
Jérémy Rialland 2022-01-18 14:42:38 +01:00
parent 8fbb1e58fd
commit 789d25b57a
1 changed files with 1 additions and 1 deletions

View File

@ -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]};