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,