RubyGems
npm
Organizations
Log in
Sign up
npm
@flozy/editor
Versions diffs
2.0.5 → 2.0.6
@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.
Files changed (2)
hide
show
package/dist/Editor/Elements/Grid/GridItem.js
+1
-2
package/package.json
+1
-1
package/dist/Editor/Elements/Grid/GridItem.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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"