DialogService.Confirm - Dimensions

After the last update, dimensions of DialogService.Confirm are appearing like this.

       if (await DialogService.Confirm("Deseja realmente excluir o registro?", "Excluir cadastro", new ConfirmOptions { CancelButtonText = "Cancelar", OkButtonText = "OK" }) == true)
        {
              ...
        }

Capturar

Same here. Please fix!

You can update the reference of Radzen.Blazor to the latest.

This was still happening to me on some confirm dialogs after the latest update, but I fixed it by setting the Width property to auto.

Just an FYI for others who might be trying to fix this issue!