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 } ] },