Align right on actions
This commit is contained in:
parent
4abef5c61f
commit
d0a6cbb900
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<PropertyColumn Property="g => g.UpdatedBy" Sortable>
|
||||
@context.UpdatedBy?.UserName
|
||||
</PropertyColumn>
|
||||
<ActionColumn Title="">
|
||||
<ActionColumn Title="" Style="text-align: right">
|
||||
<Space Direction="DirectionVHType.Horizontal">
|
||||
<SpaceItem>
|
||||
<Button OnClick="() => ViewSaves(context)">Saves</Button>
|
||||
|
|
Loading…
Add table
Reference in a new issue