diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue
index 31a345b614..5b61e73df9 100644
--- a/frontend/src/views/chart/view/ChartEdit.vue
+++ b/frontend/src/views/chart/view/ChartEdit.vue
@@ -258,7 +258,7 @@
- {{ $t('chart.placeholder_field') }}
+ {{ $t('chart.placeholder_field') }}
@@ -288,7 +288,7 @@
- {{ $t('chart.placeholder_field') }}
+ {{ $t('chart.placeholder_field') }}
@@ -311,7 +311,7 @@
- {{ $t('chart.placeholder_field') }}
+ {{ $t('chart.placeholder_field') }}
@@ -333,7 +333,7 @@
- {{ $t('chart.placeholder_field') }}
+ {{ $t('chart.placeholder_field') }}
@@ -1602,6 +1602,8 @@ export default {
left: 0;
width: 100%;
color: #CCCCCC;
- text-align: center;
+ }
+ .drag-placeholder-style-span{
+ padding-left: 16px;
}