Set code editor default width to 15 (#1459)

This commit is contained in:
Sherfin Shamsudeen 2021-11-25 17:33:31 +05:30 committed by GitHub
parent 681bb7f77a
commit 64ec3e5b20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1324,7 +1324,7 @@ export const componentTypes = [
description: 'Code Editor',
component: 'CodeEditor',
defaultSize: {
width: 270,
width: 15,
height: 120,
},
others: {