Merge pull request #12605 from ToolJet/appbuilder/sprint-11-edit

container size
This commit is contained in:
Johnson Cherian 2025-05-16 18:06:20 +05:30 committed by GitHub
commit 09bc300466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 10,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 10,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {

View file

@ -3,8 +3,8 @@ export const containerConfig = {
displayName: 'Container',
description: 'Group components',
defaultSize: {
width: 10,
height: 200,
width: 13,
height: 480,
},
component: 'Container',
others: {