diff --git a/core/core-frontend/src/components/visualization/DvSidebar.vue b/core/core-frontend/src/components/visualization/DvSidebar.vue index 4c2972c3e5..cf58c3f222 100644 --- a/core/core-frontend/src/components/visualization/DvSidebar.vue +++ b/core/core-frontend/src/components/visualization/DvSidebar.vue @@ -234,6 +234,10 @@ const onComponentNameChange = () => { font-weight: 500; text-align: center; padding: 5px; + span { + writing-mode: vertical-rl; + text-orientation: mixed; + } } .main-content { height: calc(100% - 45px); 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 2d0afdd1e8..7a8b05d907 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4856,7 +4856,11 @@ span { width: 35px; text-align: center; padding: 5px; - margin-top: 30px; + margin-top: 35px; + span { + writing-mode: vertical-rl; + text-orientation: mixed; + } } .custom-icon {