From 238f5f60329842ccb216b0b418f35f3eb20b5751 Mon Sep 17 00:00:00 2001 From: Alberto Medina Gutierrez Date: Tue, 14 Sep 2021 11:24:04 -0700 Subject: [PATCH] Set wrapping to true for accessibility fix --- samples/v1.0/Scenarios/WeatherLarge.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/v1.0/Scenarios/WeatherLarge.json b/samples/v1.0/Scenarios/WeatherLarge.json index c8d2abeee6..ae4e3b8eeb 100644 --- a/samples/v1.0/Scenarios/WeatherLarge.json +++ b/samples/v1.0/Scenarios/WeatherLarge.json @@ -64,7 +64,7 @@ { "type": "TextBlock", "horizontalAlignment": "center", - "wrap": false, + "wrap": true, "text": "Wednesday" }, { @@ -101,7 +101,7 @@ { "type": "TextBlock", "horizontalAlignment": "center", - "wrap": false, + "wrap": true, "text": "Thursday" }, { @@ -137,7 +137,7 @@ { "type": "TextBlock", "horizontalAlignment": "center", - "wrap": false, + "wrap": true, "text": "Friday" }, { @@ -173,7 +173,7 @@ { "type": "TextBlock", "horizontalAlignment": "center", - "wrap": false, + "wrap": true, "text": "Saturday" }, {