@schneideress/dashboardframework 0.0.55 → 0.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -617,12 +617,12 @@ if (false) {
617
617
  var GridsterConfigDefaultSettings = {
618
618
  gridType: GridType.ScrollVertical,
619
619
  compactType: CompactType.None,
620
- margin: 4,
620
+ margin: 20,
621
621
  outerMargin: true,
622
- // outerMarginTop: 10,
623
- // outerMarginRight: 10,
624
- // outerMarginBottom: 30,
625
- // outerMarginLeft: 10,
622
+ outerMarginTop: 10,
623
+ outerMarginRight: 10,
624
+ outerMarginBottom: 30,
625
+ outerMarginLeft: 10,
626
626
  useTransformPositioning: true,
627
627
  mobileBreakpoint: 640,
628
628
  minCols: 10,