@everchron/ec-shards 0.8.27 → 0.8.28

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": "0.8.27",
3
+ "version": "0.8.28",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -226,6 +226,7 @@
226
226
  display: flex;
227
227
  flex: 1;
228
228
  max-width: 100%;
229
+ min-width: 0;
229
230
  align-items: center;
230
231
  justify-content: space-between;
231
232
  }