Want to Add space between the 2 fields of the Component.
I have a component , I want to add an extra space between the 2 fields. Is there any properties available in AEM to achieve this. (like Width ,height)

Thanks in Advance.
I have a component , I want to add an extra space between the 2 fields. Is there any properties available in AEM to achieve this. (like Width ,height)

Thanks in Advance.
Hi,
You can create a css file add the custom styles you want and add it to authoring category to reflect the changes.
category-name: cq.authoring.dialog.all
Style I added for testing:
.coral-Form--vertical .coral-Form-field.coral3-Textfield {
margin-bottom: 50px;
}

Otherwise try adding some hidden fields and see you are getting required space
Hope this helps !
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.