@flozy/editor 2.0.5 → 2.0.6

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.
@@ -130,8 +130,7 @@ const GridItem = props => {
130
130
  },
131
131
  "&:hover": {
132
132
  background: `${bgColorHover || bgColor || "transparent"}`
133
- },
134
- flex: 1
133
+ }
135
134
  },
136
135
  "data-path": path.join(","),
137
136
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"