Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 3f43625

Browse files
committed
Allow pull request title to wrap
1 parent 17f3f93 commit 3f43625

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/GitHub.VisualStudio.UI/Views/Documents/PullRequestPageView.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<d:DesignData.DataContext>
1515
<ghfvs:PullRequestPageViewModelDesigner/>
1616
</d:DesignData.DataContext>
17-
17+
1818
<Control.Resources>
1919
<ResourceDictionary>
2020
<ResourceDictionary.MergedDictionaries>
@@ -42,6 +42,7 @@
4242

4343
<TextBlock Margin="0 8"
4444
Foreground="{DynamicResource VsBrush.WindowText}"
45+
TextWrapping="Wrap"
4546
Style="{DynamicResource {x:Static vsui:VsResourceKeys.TextBlockEnvironment200PercentFontSizeStyleKey}}">
4647
<Run Text="{Binding Title, Mode=OneWay}"/>
4748
<Hyperlink Command="{Binding OpenOnGitHub}">
@@ -113,7 +114,7 @@
113114
CornerRadius="3"
114115
Padding="2 1"
115116
Visibility="{Binding IsPending, Converter={ui:BooleanToVisibilityConverter}, FallbackValue=Collapsed}">
116-
<TextBlock FontSize="10" Text="{x:Static ghfvs:Resources.Pending}" />
117+
<TextBlock FontSize="10" Text="{x:Static ghfvs:Resources.Pending}" />
117118
</Border>
118119
</StackPanel>
119120
</Border>

0 commit comments

Comments
 (0)