@dcodegroup-au/page-builder 0.6.6 → 0.6.7
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.
package/dist/page-builder.css
CHANGED
|
@@ -2835,6 +2835,10 @@ select {
|
|
|
2835
2835
|
font-weight: 400;
|
|
2836
2836
|
}
|
|
2837
2837
|
|
|
2838
|
+
.page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
|
|
2839
|
+
overflow: visible;
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2838
2842
|
.page-builder .ql-editor, .page-render .ql-editor, .item-edit .ql-editor {
|
|
2839
2843
|
padding: 0px;
|
|
2840
2844
|
}
|
package/package.json
CHANGED