Browse Source

Fix dashboards.

pull/1087/head
Sebastian Stehle 2 years ago
parent
commit
3a17adefa4
  1. 1
      frontend/src/app/features/dashboard/pages/dashboard-page.component.ts
  2. 1
      frontend/src/app/features/teams/pages/dashboard/dashboard-page.component.ts

1
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,

1
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,

Loading…
Cancel
Save