@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
|