margin/space between FieldGroup inside CssLayout

Hi
I noticed that there is no space/margin appearing between two fieldGroup as attached. Thanks for any comments.

Mortoza

Margin between FieldGroup

Hi,

if you use CssLayout then you have to provide margins and paddings using CSS rules.

For example:


.my-css-layout > * {
    margin-right: $v-layout-spacing-horizontal;
    margin-bottom: $v-layout-spacing-vertical;
}