CSS How to position right

Hello guys,
I want to position the button right, tried to use float-right or pull-right but didn't work. i ask for your help for edit details and save details buttons.

<RadzenTabsItem Text="Order Details">
<RadzenButton Icon="add_circle_outline" style="margin-bottom: 10px" Text="Add Order Detail" Click="@InsertDetailRow" Disabled=@(_detailToInsert != null) />
<RadzenButton Icon="border_color" style="margin-bottom: 10px" Text="Edit Details" />
<RadzenButton Icon="save" style="margin-bottom: 10px" Text="Save Details" />

This thread might help you:

1 Like