diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index 5f4acc1f51..9c47312d6c 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4392,6 +4392,9 @@ span { border-top: 1px solid @side-outline-border-color; overflow: auto; height: calc(100% - 1px); + :deep(.is-horizontal) { + display: none !important; + } } .collapse-title {