mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixed smaller default size of container issues
This commit is contained in:
parent
d12143d2b9
commit
0212e8b46d
3 changed files with 6 additions and 6 deletions
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
||||||
displayName: 'Container',
|
displayName: 'Container',
|
||||||
description: 'Group components',
|
description: 'Group components',
|
||||||
defaultSize: {
|
defaultSize: {
|
||||||
width: 5,
|
width: 13,
|
||||||
height: 200,
|
height: 480,
|
||||||
},
|
},
|
||||||
component: 'Container',
|
component: 'Container',
|
||||||
others: {
|
others: {
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
||||||
displayName: 'Container',
|
displayName: 'Container',
|
||||||
description: 'Group components',
|
description: 'Group components',
|
||||||
defaultSize: {
|
defaultSize: {
|
||||||
width: 5,
|
width: 13,
|
||||||
height: 200,
|
height: 480,
|
||||||
},
|
},
|
||||||
component: 'Container',
|
component: 'Container',
|
||||||
others: {
|
others: {
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ export const containerConfig = {
|
||||||
displayName: 'Container',
|
displayName: 'Container',
|
||||||
description: 'Group components',
|
description: 'Group components',
|
||||||
defaultSize: {
|
defaultSize: {
|
||||||
width: 5,
|
width: 13,
|
||||||
height: 200,
|
height: 480,
|
||||||
},
|
},
|
||||||
component: 'Container',
|
component: 'Container',
|
||||||
others: {
|
others: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue