From 3a17adefa497545792685e8c93dff61aefbbb4bb Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Sun, 21 Apr 2024 12:53:58 +0200 Subject: [PATCH] Fix dashboards. --- .../src/app/features/dashboard/pages/dashboard-page.component.ts | 1 + .../features/teams/pages/dashboard/dashboard-page.component.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/app/features/dashboard/pages/dashboard-page.component.ts b/frontend/src/app/features/dashboard/pages/dashboard-page.component.ts index dd8175144..315033325 100644 --- a/frontend/src/app/features/dashboard/pages/dashboard-page.component.ts +++ b/frontend/src/app/features/dashboard/pages/dashboard-page.component.ts @@ -191,6 +191,7 @@ const DEFAULT_OPTIONS: GridsterConfig = { margin: 10, maxItemCols: 3, maxItemRows: 2, + mobileBreakpoint: 0, outerMargin: true, outerMarginBottom: 16, outerMarginLeft: 16, diff --git a/frontend/src/app/features/teams/pages/dashboard/dashboard-page.component.ts b/frontend/src/app/features/teams/pages/dashboard/dashboard-page.component.ts index 560b32d8f..35bb5240d 100644 --- a/frontend/src/app/features/teams/pages/dashboard/dashboard-page.component.ts +++ b/frontend/src/app/features/teams/pages/dashboard/dashboard-page.component.ts @@ -174,6 +174,7 @@ const DEFAULT_OPTIONS: GridsterConfig = { margin: 10, maxItemCols: 3, maxItemRows: 2, + mobileBreakpoint: 0, outerMargin: true, outerMarginBottom: 16, outerMarginLeft: 16,