diff --git a/central_pane/style.json b/central_pane/style.json index a0d44bb4..da342273 100644 --- a/central_pane/style.json +++ b/central_pane/style.json @@ -16,9 +16,19 @@ "key": "array_type.*.array_size_limit" }, "dependency": { - "key": "array_type", - "minLength": 1 - } + "type": "or", + "values": [ + { + "key": "array_type", + "minLength": 1 + }, + { + "key": "array_size_limit", + "exist": true + } + ] + }, + "width": "auto" } ], "indexes",