Add sensible min and max column widths

This commit is contained in:
Andrew Kingston 2024-05-14 09:17:16 +01:00
parent 182b6463e0
commit 9a0d6801a1
1 changed files with 3 additions and 1 deletions

View File

@ -2751,7 +2751,9 @@
"type": "number",
"label": "Initial width",
"key": "width",
"placeholder": "Auto"
"placeholder": "Auto",
"min": 80,
"max": 9999
}
]
},