mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 00:48:23 -06:00
Wrap the textblock containing the "invalid" URI (#7694)
It looks much better this way.
This commit is contained in:
parent
ef83aa3c41
commit
f6cc0202b1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user