@flozy/editor 10.2.2 → 10.2.3
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.
@@ -358,6 +358,14 @@ const useFreeGridStyles = ({
|
|
358
358
|
margin: "0px"
|
359
359
|
}
|
360
360
|
},
|
361
|
+
"& .fgi_type_table": {
|
362
|
+
"& .edt-headings": {
|
363
|
+
margin: "0px"
|
364
|
+
},
|
365
|
+
"& .edt-paragraphs": {
|
366
|
+
margin: "0px"
|
367
|
+
}
|
368
|
+
},
|
361
369
|
/** element toolbar hide */
|
362
370
|
"& .element-toolbar": {
|
363
371
|
display: "none"
|