diff --git a/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml index 20b335ca..2cf25e77 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/ClassicFluentDialog.xaml @@ -43,7 +43,7 @@ - + diff --git a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml index 6c567136..881692d9 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml +++ b/Bloxstrap/UI/Elements/Bootstrapper/FluentDialog.xaml @@ -56,7 +56,8 @@ HorizontalAlignment="Center" FontSize="18" Foreground="{DynamicResource TextFillColorPrimaryBrush}" - Text="{Binding Message, Mode=OneWay}" /> + Text="{Binding Message, Mode=OneWay}" + TextWrapping="Wrap" />