@@ -463,29 +463,29 @@ export const defaultWidthHeight = (type) => {
463
463
case "stamp" :
464
464
return { width : 150 , height : 60 } ;
465
465
case "checkbox" :
466
- return { width : 15 , height : 17 } ;
466
+ return { width : 15 , height : 19 } ;
467
467
case textInputWidget :
468
- return { width : 150 , height : 17 } ;
468
+ return { width : 150 , height : 19 } ;
469
469
case "dropdown" :
470
470
return { width : 120 , height : 22 } ;
471
471
case "initials" :
472
472
return { width : 50 , height : 50 } ;
473
473
case "name" :
474
- return { width : 150 , height : 17 } ;
474
+ return { width : 150 , height : 19 } ;
475
475
case "company" :
476
- return { width : 150 , height : 17 } ;
476
+ return { width : 150 , height : 19 } ;
477
477
case "job title" :
478
- return { width : 150 , height : 17 } ;
478
+ return { width : 150 , height : 19 } ;
479
479
case "date" :
480
480
return { width : 100 , height : 20 } ;
481
481
case "image" :
482
482
return { width : 70 , height : 70 } ;
483
483
case "email" :
484
- return { width : 150 , height : 17 } ;
484
+ return { width : 150 , height : 19 } ;
485
485
case radioButtonWidget :
486
486
return { width : 5 , height : 10 } ;
487
487
case textWidget :
488
- return { width : 150 , height : 17 } ;
488
+ return { width : 150 , height : 19 } ;
489
489
default :
490
490
return { width : 150 , height : 60 } ;
491
491
}
0 commit comments