From 15aafac5fc269d5fc8aa4367dc98610566fe5c70 Mon Sep 17 00:00:00 2001 From: DrMyroslav Date: Fri, 13 Jan 2023 16:04:15 +0200 Subject: [PATCH] HCK-2852: fixed width array items on ERD --- central_pane/style.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) 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",