@schneideress/dashboardframework 0.0.254 → 0.0.256

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.
@@ -407,12 +407,12 @@
407
407
  var GridsterConfigDefaultSettings = {
408
408
  gridType: 'scrollVertical',
409
409
  compactType: 'none',
410
- margin: 10,
410
+ margin: 0,
411
411
  outerMargin: true,
412
412
  outerMarginTop: 10,
413
413
  outerMarginRight: 0,
414
414
  outerMarginBottom: 30,
415
- outerMarginLeft: 10,
415
+ outerMarginLeft: 0,
416
416
  useTransformPositioning: true,
417
417
  mobileBreakpoint: 640,
418
418
  minCols: 10,