@flozy/editor 9.9.4 → 9.9.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.
@@ -47,6 +47,9 @@ const useFreeGridStyles = ({
47
47
  "&.type_text": {
48
48
  // minHeight: "fit-content !important",
49
49
  // wordBreak: "break-all",
50
+ "& .placeholder-simple-text": {
51
+ display: "none"
52
+ }
50
53
  },
51
54
  "&.enable-1, &.enable-2": {
52
55
  "&.type_text": {
@@ -81,7 +81,8 @@ export const useAutoAlignStyles = () => ({
81
81
  minHeight: "auto",
82
82
  display: "inherit !important",
83
83
  "&.type_box": {
84
- height: "auto !important"
84
+ height: "auto !important",
85
+ paddingBottom: "12px"
85
86
  },
86
87
  "&.type_image": {
87
88
  width: "var(--width_xs) !important",
@@ -147,6 +148,7 @@ export const useAutoAlignStyles = () => ({
147
148
  },
148
149
  "& .appHeaderBox, &.header-box-mobile-virtual-mode": {
149
150
  width: "calc(100% - 12px) !important",
151
+ paddingBottom: "6px !important",
150
152
  "& .fgi_type_box": {
151
153
  display: "flex",
152
154
  justifyContent: "space-evenly !important",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "9.9.4",
3
+ "version": "9.9.6",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"