mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Fix width for iFrame and PasswordInput (#1463)
This commit is contained in:
parent
533d518a72
commit
2b308b2f3a
1 changed files with 2 additions and 2 deletions
|
|
@ -363,7 +363,7 @@ export const componentTypes = [
|
|||
description: 'Password input field for forms',
|
||||
component: 'PasswordInput',
|
||||
defaultSize: {
|
||||
width: 210,
|
||||
width: 4,
|
||||
height: 30,
|
||||
},
|
||||
others: {
|
||||
|
|
@ -1285,7 +1285,7 @@ export const componentTypes = [
|
|||
displayName: 'Iframe',
|
||||
description: 'Display an Iframe',
|
||||
defaultSize: {
|
||||
width: 560,
|
||||
width: 10,
|
||||
height: 310,
|
||||
},
|
||||
component: 'IFrame',
|
||||
|
|
|
|||
Loading…
Reference in a new issue