Skip to content

Commit

Permalink
Update UserSearchResultComponent.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 16, 2024
1 parent 50078ac commit 5666616
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@if (user.Children.Count is not 0)
{
<MudText Class="my-4" Typo="Typo.h6">Børn</MudText>
<MudChipSet ReadOnly Class="d-flex flex-wrap justify-start flex-grow-1 gap-3" T="MudBadge">
<MudChipSet ReadOnly Class="d-flex flex-wrap justify-center flex-grow-1 gap-3" T="MudBadge">
@foreach (var child in user.Children.OrderBy(c => c.DateOfBirth))
{
<MudBadge Color="Color.Success" Overlap Origin="Origin.TopCenter" Content="GetAgeString(child)">
Expand Down

0 comments on commit 5666616

Please sign in to comment.