Align right on actions

This commit is contained in:
Pat Hartl 2023-08-02 19:09:33 -05:00
parent 4abef5c61f
commit d0a6cbb900

View file

@ -24,7 +24,7 @@
<PropertyColumn Property="g => g.UpdatedBy" Sortable> <PropertyColumn Property="g => g.UpdatedBy" Sortable>
@context.UpdatedBy?.UserName @context.UpdatedBy?.UserName
</PropertyColumn> </PropertyColumn>
<ActionColumn Title=""> <ActionColumn Title="" Style="text-align: right">
<Space Direction="DirectionVHType.Horizontal"> <Space Direction="DirectionVHType.Horizontal">
<SpaceItem> <SpaceItem>
<Button OnClick="() => ViewSaves(context)">Saves</Button> <Button OnClick="() => ViewSaves(context)">Saves</Button>