From b0b4169c7a22e79ec19b4b1583e81fd2ad0aada2 Mon Sep 17 00:00:00 2001 From: Lisa Durand Date: Mon, 17 Jul 2023 14:48:32 +0200 Subject: [PATCH] css fix for safari for displaying logo in cards --- app/assets/stylesheets/card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/card.scss b/app/assets/stylesheets/card.scss index 8f8bd538b..6844fed03 100644 --- a/app/assets/stylesheets/card.scss +++ b/app/assets/stylesheets/card.scss @@ -22,7 +22,7 @@ .logo { width: auto; max-width: 50px; - height: fit-content; + height: 100%; margin-right: $default-spacer * 2; }