From 71b4079483ef2cce2a713569db89fbc1a7ad3297 Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Mon, 11 Mar 2024 10:54:00 +0100 Subject: [PATCH] :bug: Fix the hero project height in dashboard --- frontend/src/app/main/ui/dashboard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/dashboard.scss b/frontend/src/app/main/ui/dashboard.scss index 064694ec97..ed79f5362e 100644 --- a/frontend/src/app/main/ui/dashboard.scss +++ b/frontend/src/app/main/ui/dashboard.scss @@ -21,7 +21,7 @@ .dashboard-content { display: grid; - grid-template-rows: $s-64 1fr; + grid-template-rows: $s-64 auto auto 1fr; position: relative; grid-row: 1 / span 2; padding: $s-16 $s-16 0 0;