From 6e85f4cb138a330cd481602fa25b8dbfba9821b9 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Mon, 23 Apr 2018 09:36:10 +0100 Subject: [PATCH] Replace 'nobr' with 'span.text-nowrap'. Fixes #652 --- .../BlazorHosted.CSharp.Client/Shared/SurveyPrompt.cshtml | 4 ++-- .../BlazorStandalone.CSharp/Shared/SurveyPrompt.cshtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Shared/SurveyPrompt.cshtml b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Shared/SurveyPrompt.cshtml index 52b74218a9..740ae82400 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Shared/SurveyPrompt.cshtml +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorHosted.CSharp/BlazorHosted.CSharp.Client/Shared/SurveyPrompt.cshtml @@ -2,12 +2,12 @@ @Title - + Please take our brief survey - + and tell us what you think. diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/SurveyPrompt.cshtml b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/SurveyPrompt.cshtml index 52b74218a9..740ae82400 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/SurveyPrompt.cshtml +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorStandalone.CSharp/Shared/SurveyPrompt.cshtml @@ -2,12 +2,12 @@ @Title - + Please take our brief survey - + and tell us what you think.