scaffolder: widen schema name column to 300px
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -251,7 +251,7 @@ export const RenderSchema = ({
|
||||
id: 'name',
|
||||
label: t('renderSchema.tableCell.name'),
|
||||
isRowHeader: true,
|
||||
defaultWidth: 220,
|
||||
defaultWidth: 300,
|
||||
cell: item => {
|
||||
const name = item.propKey ?? '';
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user