Bug: When RadzenFieldset doesn't have a title, the border isn't closed, looking weird

I don't know if I'm doing something unintended, but when I have a RadzenFieldset that's does not have a title like so:

<RadzenFieldset>
    <ChildContent>
	    @* content goes here *@
    </ChildContent>
</RadzenFieldset>

I don't think I modified the css of the (dark) theme, which is this:

.rz-fieldset {
    border: 1px solid #242c30;
    border-radius: 0;
}

This is what it looks like:

(first "layer" is a RadzenCard, ignore that one, I'm talking about the black looking line)

Fixed and it will be released in our update later today:

2 Likes

Oh wow, that's fast. Thanks a lot :smile: