Improved the confirmation dialog for longer texts (#498)

This commit is contained in:
Thorsten Sommer 2025-06-09 14:13:31 +02:00 committed by GitHub
parent 32e1ab977d
commit 2ef563e9ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
@inherits MSGComponentBase @inherits MSGComponentBase
<MudDialog> <MudDialog>
<DialogContent> <DialogContent>
<MudText Typo="Typo.body1"> <MudJustifiedText Typo="Typo.body1">
@this.Message @this.Message
</MudText> </MudJustifiedText>
</DialogContent> </DialogContent>
<DialogActions> <DialogActions>
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled"> <MudButton OnClick="@this.Cancel" Variant="Variant.Filled">

View File

@ -1,3 +1,4 @@
# v0.9.48, build 223 (2025-06-xx xx:xx UTC) # v0.9.48, build 223 (2025-06-xx xx:xx UTC)
- Improved German translation. - Improved German translation.
- Improved the confirmation dialog for longer texts.
- Improved how configurations are applied in organizations and made the process more robust. - Improved how configurations are applied in organizations and made the process more robust.