Skip to content

Commit

Permalink
Layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Sep 23, 2024
1 parent feb181c commit 93e8f6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/aoWebWallet/Pages/WalletDetail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@

</MudStack>

<MudGrid Spacing="2">
<MudTabs Elevation="2" Rounded="true" ApplyEffectsToContainer="true" PanelClass="pa-6">
<MudStack Class="mb-12">
<MudTabs Elevation="2" Rounded="true" ApplyEffectsToContainer="true" PanelClass="pa-6" MinimumTabWidth="200px">
<MudTabPanel Text="Transactions">
<DataLoaderProgress DataLoader="BindingContext.TokenTransferList.DataLoader" Title="transactions" />

Expand Down Expand Up @@ -219,7 +219,7 @@
</MudGrid>
</MudTabPanel>
</MudTabs>
</MudGrid>
</MudStack>
</MudContainer>


Expand Down

0 comments on commit 93e8f6c

Please sign in to comment.