Skip to content

Commit b74422e

Browse files
almedina-mspaulcam206
authored andcommitted
Set wrapping to true for accessibility fix (microsoft#6324)
Co-authored-by: Paul Campbell <[email protected]>
1 parent fd12c62 commit b74422e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/v1.0/Scenarios/WeatherLarge.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{
6565
"type": "TextBlock",
6666
"horizontalAlignment": "center",
67-
"wrap": false,
67+
"wrap": true,
6868
"text": "Wednesday"
6969
},
7070
{
@@ -101,7 +101,7 @@
101101
{
102102
"type": "TextBlock",
103103
"horizontalAlignment": "center",
104-
"wrap": false,
104+
"wrap": true,
105105
"text": "Thursday"
106106
},
107107
{
@@ -137,7 +137,7 @@
137137
{
138138
"type": "TextBlock",
139139
"horizontalAlignment": "center",
140-
"wrap": false,
140+
"wrap": true,
141141
"text": "Friday"
142142
},
143143
{
@@ -173,7 +173,7 @@
173173
{
174174
"type": "TextBlock",
175175
"horizontalAlignment": "center",
176-
"wrap": false,
176+
"wrap": true,
177177
"text": "Saturday"
178178
},
179179
{

0 commit comments

Comments
 (0)