Skip to content

Commit

Permalink
Fix dashboards.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Apr 21, 2024
1 parent ea1b03f commit 3a17ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -191,6 +191,7 @@ const DEFAULT_OPTIONS: GridsterConfig = {
margin: 10,
maxItemCols: 3,
maxItemRows: 2,
mobileBreakpoint: 0,
outerMargin: true,
outerMarginBottom: 16,
outerMarginLeft: 16,
Expand Down
Expand Up @@ -174,6 +174,7 @@ const DEFAULT_OPTIONS: GridsterConfig = {
margin: 10,
maxItemCols: 3,
maxItemRows: 2,
mobileBreakpoint: 0,
outerMargin: true,
outerMarginBottom: 16,
outerMarginLeft: 16,
Expand Down

0 comments on commit 3a17ade

Please sign in to comment.