@uxland/primary-shell 7.29.14 → 7.30.0

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": "@uxland/primary-shell",
3
- "version": "7.29.14",
3
+ "version": "7.30.0",
4
4
  "description": "Primaria Shell",
5
5
  "author": "UXLand <dev@uxland.es>",
6
6
  "homepage": "https://github.com/uxland/harmonix/tree/app#readme",
@@ -138,9 +138,11 @@
138
138
  display: flex;
139
139
  height: 100%;
140
140
  width: 100%;
141
+ min-width: 0;
141
142
  }
142
143
  #main-region-container {
143
144
  min-height: 1px;
145
+ min-width: 0;
144
146
  height: 100%;
145
147
  flex: 1;
146
148
  }