Justify buttons at end
This commit is contained in:
parent
0a2f5ee2a5
commit
38bc8b3519
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<MudTd><MudTextField @bind-Value="context.Arguments" /></MudTd>
|
||||
<MudTd><MudTextField @bind-Value="context.WorkingDirectory" /></MudTd>
|
||||
<MudTd><MudCheckBox @bind-Checked="context.PrimaryAction" /></MudTd>
|
||||
<MudTd Class="d-flex flex-nowrap">
|
||||
<MudTd Class="d-flex flex-nowrap justify-end">
|
||||
<MudIconButton OnClick="() => MoveUp(context)" Icon="@Icons.Material.Filled.ArrowUpward"></MudIconButton>
|
||||
<MudIconButton OnClick="() => MoveDown(context)" Icon="@Icons.Material.Filled.ArrowDownward"></MudIconButton>
|
||||
<MudIconButton OnClick="() => RemoveAction(context)" Color="Color.Error" Icon="@Icons.Material.Filled.Close"></MudIconButton>
|
||||
|
|
Loading…
Add table
Reference in a new issue