Right now, if you put two Field components right below each other (as is common in a form), they bump right up against each other with no spacing between them. This happens both if is-fieldset is true and if it's false:
This doesn't look good. I would expect Fields to have some amount of spacing between them.
This should be updated to reflect the form guidelines from T330481 once that task is done.
Acceptance Criteria
- Update the Field Component styles (both CSS and Vue versions) so that spacing between fields reflects the new Form Layout Guidelines (see T330481)