diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index 018f61bc48..407b7285c8 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -199,7 +199,8 @@ onUnmounted(() => { :deep(.ed-input__wrapper) { position: relative; - padding: 0 38px 0 8px; + padding-left: 8px !important; + padding-right: 38px !important; &::after { position: absolute; content: '%'; diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartError.vue b/core/core-frontend/src/views/chart/components/views/components/ChartError.vue index 13f131d890..56f537a5db 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartError.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartError.vue @@ -34,7 +34,7 @@ function showInfo() { :close-on-click-modal="false" center > - +