Fix width for iFrame and PasswordInput (#1463)

This commit is contained in:
Sherfin Shamsudeen 2021-11-25 19:34:47 +05:30 committed by GitHub
parent 533d518a72
commit 2b308b2f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',