Made the text justified & use auto-hyphen

This commit is contained in:
Thorsten Sommer 2024-05-28 20:46:26 +02:00
parent 841600f103
commit 8924acb5c1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -11,7 +11,9 @@
</CardHeaderActions>
</MudCardHeader>
<MudCardContent>
<MudText>@this.UseCase</MudText>
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;">
@this.UseCase
</MudText>
</MudCardContent>
<MudCardActions Class="mt-auto">
<MudButton Size="Size.Small" Variant="Variant.Outlined" Color="Color.Primary" Href="@this.LicenseUrl" Target="_blank">License: @this.LicenseName</MudButton>