RadzenFormField title in wrong position

Hi all,

the last(?) release changed the title positon on the RadzenFormField if have <Start> element :frowning: I think is very ugly because the full form view is not uniform, the titles are not arranged in one vertical line.


new


old

.rz-form-field-start ~ .rz-form-field-label {
    inset-inline-start: 12px !important;
}

I tried to fix it with css, but is not perfect, there is still a slight difference in the position.

Is it bug or purposeful changes? Can fix please?
Thank you

Most probably caused by this pull request merge:

this should fix it:

1 Like

thank you very much for the quick response, great!