Align right on actions
parent
4abef5c61f
commit
d0a6cbb900
|
@ -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…
Reference in New Issue