@flozy/editor 4.7.6 → 4.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,9 +45,10 @@ const useFreeGridStyles = ({
45
45
  }
46
46
  },
47
47
  "&.type_text": {
48
- minHeight: "fit-content !important",
49
- wordBreak: "break-all"
48
+ minHeight: "fit-content !important"
49
+ // wordBreak: "break-all",
50
50
  },
51
+
51
52
  "&.enable-1, &.enable-2": {
52
53
  "&.type_text": {
53
54
  // for dark theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "4.7.6",
3
+ "version": "4.7.7",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"