@flozy/editor 2.0.5 → 2.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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"