From 35df2f9fb58879a4af33e000cf788707b5bb4efc Mon Sep 17 00:00:00 2001 From: Hugo SUBTIL <ext.sopra.husubtil@grandlyon.com> Date: Tue, 23 Feb 2021 16:34:10 +0100 Subject: [PATCH] fix: structure list card height --- src/app/structure-list/components/card/card.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/structure-list/components/card/card.component.scss b/src/app/structure-list/components/card/card.component.scss index bf275ebec..dcae0f479 100644 --- a/src/app/structure-list/components/card/card.component.scss +++ b/src/app/structure-list/components/card/card.component.scss @@ -6,7 +6,7 @@ .structure { padding: 12px 0 12px 0; border-bottom: 1px dashed $grey !important; - height: 110px; + min-height: 110px; cursor: pointer; @media #{$large-phone} { height: unset; -- GitLab