mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 21:59:48 +00:00
Improves hyphenation
This commit is contained in:
parent
d0dbbccd56
commit
235e9cce77
@ -2,7 +2,7 @@
|
||||
@foreach(var item in this.Items)
|
||||
{
|
||||
<MudListItem T="string" Icon="@this.Icon" Style="display: flex; align-items: flex-start;">
|
||||
<MudText Typo="Typo.body1" Style="text-align: justify; hyphens: auto;"><b>@item.Header:</b> @item.Text</MudText>
|
||||
<MudText Typo="Typo.body1" Align="Align.Justify" Style="hyphens: auto; word-break: auto-phrase;"><b>@item.Header:</b> @item.Text</MudText>
|
||||
</MudListItem>
|
||||
}
|
||||
</MudList>
|
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md
Normal file
2
app/MindWork AI Studio/wwwroot/changelog/v0.9.7.md
Normal file
@ -0,0 +1,2 @@
|
||||
# v0.9.7, build 182 (2024-09-09 xx:xx UTC)
|
||||
- Improved hyphenation for continuous text so that the rules of the respective language are taken into account where possible.
|
Loading…
Reference in New Issue
Block a user