Skip to content

Commit 2ef563e

Browse files
Improved the confirmation dialog for longer texts (#498)
1 parent 32e1ab9 commit 2ef563e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/MindWork AI Studio/Dialogs/ConfirmDialog.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@inherits MSGComponentBase
22
<MudDialog>
33
<DialogContent>
4-
<MudText Typo="Typo.body1">
4+
<MudJustifiedText Typo="Typo.body1">
55
@this.Message
6-
</MudText>
6+
</MudJustifiedText>
77
</DialogContent>
88
<DialogActions>
99
<MudButton OnClick="@this.Cancel" Variant="Variant.Filled">
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# v0.9.48, build 223 (2025-06-xx xx:xx UTC)
22
- Improved German translation.
3+
- Improved the confirmation dialog for longer texts.
34
- Improved how configurations are applied in organizations and made the process more robust.

0 commit comments

Comments
 (0)