mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 17:29:06 +00:00
Made the text justified & use auto-hyphen
This commit is contained in:
parent
841600f103
commit
8924acb5c1
@ -11,7 +11,9 @@
|
|||||||
</CardHeaderActions>
|
</CardHeaderActions>
|
||||||
</MudCardHeader>
|
</MudCardHeader>
|
||||||
<MudCardContent>
|
<MudCardContent>
|
||||||
<MudText>@this.UseCase</MudText>
|
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;">
|
||||||
|
@this.UseCase
|
||||||
|
</MudText>
|
||||||
</MudCardContent>
|
</MudCardContent>
|
||||||
<MudCardActions Class="mt-auto">
|
<MudCardActions Class="mt-auto">
|
||||||
<MudButton Size="Size.Small" Variant="Variant.Outlined" Color="Color.Primary" Href="@this.LicenseUrl" Target="_blank">License: @this.LicenseName</MudButton>
|
<MudButton Size="Size.Small" Variant="Variant.Outlined" Color="Color.Primary" Href="@this.LicenseUrl" Target="_blank">License: @this.LicenseName</MudButton>
|
||||||
|
Loading…
Reference in New Issue
Block a user