Would like to modify the margins for 1 specific accordion item, without changing it for the entire application. Is this possible on the accordion item, or would a new type need to be created? Looking for easiest way to achieve this.
You can add a custom CSS-style:
Also, you can use margin
directly in component’s config
type:"space", margin:20,