@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.
@@ -196,12 +196,12 @@ var RAEventKey;
196
196
  var GridsterConfigDefaultSettings = {
197
197
  gridType: 'scrollVertical',
198
198
  compactType: 'none',
199
- margin: 10,
199
+ margin: 0,
200
200
  outerMargin: true,
201
201
  outerMarginTop: 10,
202
202
  outerMarginRight: 0,
203
203
  outerMarginBottom: 30,
204
- outerMarginLeft: 10,
204
+ outerMarginLeft: 0,
205
205
  useTransformPositioning: true,
206
206
  mobileBreakpoint: 640,
207
207
  minCols: 10,