mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Set code editor default width to 15 (#1459)
This commit is contained in:
parent
681bb7f77a
commit
64ec3e5b20
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@ export const componentTypes = [
|
|||
description: 'Code Editor',
|
||||
component: 'CodeEditor',
|
||||
defaultSize: {
|
||||
width: 270,
|
||||
width: 15,
|
||||
height: 120,
|
||||
},
|
||||
others: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue