From 9a0d6801a1409a42b2a333e4a21a8180d2e13b69 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Tue, 14 May 2024 09:17:16 +0100 Subject: [PATCH] Add sensible min and max column widths --- packages/client/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/client/manifest.json b/packages/client/manifest.json index f423a7255b..3a1cd2b5df 100644 --- a/packages/client/manifest.json +++ b/packages/client/manifest.json @@ -2751,7 +2751,9 @@ "type": "number", "label": "Initial width", "key": "width", - "placeholder": "Auto" + "placeholder": "Auto", + "min": 80, + "max": 9999 } ] },