@everchron/ec-shards 5.0.40 → 5.0.41

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "5.0.40",
3
+ "version": "5.0.41",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -337,6 +337,7 @@
337
337
  .first-cell-spacer{
338
338
  flex-shrink: 0;
339
339
  width: $spacing-10;
340
+ margin-right: -$spacing-10;
340
341
  }
341
342
  </style>
342
343