From c73d8ed5e0de43f604474ae5daec7ac3480acc91 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 5 May 2022 21:53:02 +0200 Subject: [PATCH] Fix dashboard page again. --- .../app/features/dashboard/pages/dashboard-page.component.html | 2 +- .../app/features/dashboard/pages/dashboard-page.component.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/features/dashboard/pages/dashboard-page.component.html b/frontend/src/app/features/dashboard/pages/dashboard-page.component.html index 93c77ea41..2d3878654 100644 --- a/frontend/src/app/features/dashboard/pages/dashboard-page.component.html +++ b/frontend/src/app/features/dashboard/pages/dashboard-page.component.html @@ -71,7 +71,7 @@ -
+
diff --git a/frontend/src/app/features/dashboard/pages/dashboard-page.component.scss b/frontend/src/app/features/dashboard/pages/dashboard-page.component.scss index aae31886a..bbd6fc791 100644 --- a/frontend/src/app/features/dashboard/pages/dashboard-page.component.scss +++ b/frontend/src/app/features/dashboard/pages/dashboard-page.component.scss @@ -25,6 +25,9 @@ gridster-item { /* stylelint-disable */ gridster { background: none; + display: flex; + flex-direction: row; + flex-grow: 1; &::after { @include absolute(100%, 0, null, 0);