Right align profile buttons

media
Pat Hartl 2023-09-30 14:03:27 -05:00
parent 05116a65fb
commit 3d86a617a9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<Table TItem="GameSave" DataSource="@GameSaves">
<PropertyColumn Property="s => s.Game.Title" Sortable />
<PropertyColumn Property="s => s.CreatedOn" Format="MM/dd/yyyy hh:mm tt" Sortable />
<ActionColumn Title="">
<ActionColumn Title="" Style="text-align: right; white-space: nowrap">
<Space Direction="DirectionVHType.Horizontal">
<SpaceItem>
<Button Icon="@IconType.Outline.Download" Type="@ButtonType.Text" OnClick="() => Download(context.Id)" />