From 0f37035a30eab99257af81ff195140b852574d52 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 1 Jun 2024 09:28:51 +0200 Subject: [PATCH] fix card height --- app/assets/stylesheets/admin/components/card.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/admin/components/card.sass b/app/assets/stylesheets/admin/components/card.sass index 37a37c621..0f9b54730 100644 --- a/app/assets/stylesheets/admin/components/card.sass +++ b/app/assets/stylesheets/admin/components/card.sass @@ -1,5 +1,6 @@ .card box-shadow: 0px 2px 4px 0px rgba(16, 15, 15, 0.05) + height: 100% margin-bottom: $spacing1 overflow: hidden transition: box-shadow 0.3s ease-in-out -- GitLab