mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Merge pull request #12605 from ToolJet/appbuilder/sprint-11-edit
container size
This commit is contained in:
commit
09bc300466
3 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
|||
displayName: 'Container',
|
||||
description: 'Group components',
|
||||
defaultSize: {
|
||||
width: 10,
|
||||
height: 200,
|
||||
width: 13,
|
||||
height: 480,
|
||||
},
|
||||
component: 'Container',
|
||||
others: {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
|||
displayName: 'Container',
|
||||
description: 'Group components',
|
||||
defaultSize: {
|
||||
width: 10,
|
||||
height: 200,
|
||||
width: 13,
|
||||
height: 480,
|
||||
},
|
||||
component: 'Container',
|
||||
others: {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
|||
displayName: 'Container',
|
||||
description: 'Group components',
|
||||
defaultSize: {
|
||||
width: 10,
|
||||
height: 200,
|
||||
width: 13,
|
||||
height: 480,
|
||||
},
|
||||
component: 'Container',
|
||||
others: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue