diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue index 163f82ee86..dfaa7725f0 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/BasicStyleSelector.vue @@ -1755,6 +1755,11 @@ onMounted(() => { align-items: center; } .radius-class { - flex-wrap: nowrap !important; + :deep(.ed-radio) { + margin-right: 30px !important; + } + .ed-radio:last-child { + margin-right: 0px !important; + } } diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue index bf8e170d04..58b4c7f4cb 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/DualBasicStyleSelector.vue @@ -567,9 +567,11 @@ onMounted(() => { } } .radius-class { - flex-wrap: nowrap !important; :deep(.ed-radio) { margin-right: 30px !important; } + .ed-radio:last-child { + margin-right: 0px !important; + } }