@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.
@@ -807,12 +807,12 @@
807
807
  var GridsterConfigDefaultSettings = {
808
808
  gridType: GridType.ScrollVertical,
809
809
  compactType: CompactType.None,
810
- margin: 4,
810
+ margin: 20,
811
811
  outerMargin: true,
812
- // outerMarginTop: 10,
813
- // outerMarginRight: 10,
814
- // outerMarginBottom: 30,
815
- // outerMarginLeft: 10,
812
+ outerMarginTop: 10,
813
+ outerMarginRight: 10,
814
+ outerMarginBottom: 30,
815
+ outerMarginLeft: 10,
816
816
  useTransformPositioning: true,
817
817
  mobileBreakpoint: 640,
818
818
  minCols: 10,