How do you remove the excess space in a FieldSet

How would I remove the excess space between the FieldSet component's outline and the child text within?

1 Like

You can do that with CSS. Use your browser element inspector to check which class should be modified.

how did you solved it?
i tried this in the page.razor.css, but didnt worked:

.rz-fieldset-legend{
  margin-bottom: 0;
}