@everchron/ec-shards 2.2.2 → 2.2.3

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": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -91,6 +91,7 @@
91
91
  display: flex;
92
92
  flex-direction: column;
93
93
  max-width: 100%;
94
+ min-width: 0;
94
95
  }
95
96
 
96
97
  &-table{
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
+ ## Version 2.2.3 (7 November 2022)
10
+
11
+ ### Fixes
12
+
13
+ - Fixed pushed out sidebar in EcsIndexLayout when the content of the main canvas is larger than 100%
14
+
9
15
  ## Version 2.2.2 (4 November 2022)
10
16
 
11
17
  ### Fixes