diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index ac70749864..39faa916a2 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -713,3 +713,6 @@ strong { background-color: transparent; } } +.tox-tinymce-aux { + max-width: 300px !important; +} diff --git a/core/core-frontend/src/views/data-visualization/index.vue b/core/core-frontend/src/views/data-visualization/index.vue index 40097db1f1..861ceeec41 100644 --- a/core/core-frontend/src/views/data-visualization/index.vue +++ b/core/core-frontend/src/views/data-visualization/index.vue @@ -688,6 +688,9 @@ eventBus.on('tabSort', tabSort)