Wrap the textblock containing the "invalid" URI (#7694)

It looks much better this way.
This commit is contained in:
Dustin L. Howett 2020-09-21 12:39:10 -07:00 committed by GitHub
parent ef83aa3c41
commit f6cc0202b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ the MIT License. See LICENSE in the project root for license information. -->
x:Name="CouldNotOpenUriDialog"
x:Uid="CouldNotOpenUriDialog"
DefaultButton="Primary">
<TextBlock IsTextSelectionEnabled="True">
<TextBlock IsTextSelectionEnabled="True" TextWrapping="WrapWholeWords">
<Run x:Name="CouldNotOpenUriReason" /> <LineBreak />
<Run
x:Name="UnopenedUri"