diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue index 3de25c4704..946c567f44 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/table/TableCellSelector.vue @@ -308,7 +308,7 @@ onMounted(() => { controls-position="right" v-model="state.tableCellForm.tableItemHeight" :min="20" - :max="100" + :max="1000" @change="changeTableCell('tableItemHeight')" />