ChildContent layout

Hello
Layout builtin button in components RadzenDatePicker and RadzenTextBox with ChildContent element not aligned on vertical

Hi @Valentin,

You can use CSS to adjust the layout as required in your scenario. For example you can set negative margin to the button in ChildContent:

<RadzenButton Style="margin-inline-end: -0.25rem;" ... >

Supporting this out of the box is not feasible, as the component permits users to insert arbitrary content.

1 Like

Thanks a lot. Maybe should make it the default?