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

Commit 176e654

Browse files
committed
Wrap it up
1 parent 8b7d8b7 commit 176e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</StackPanel>
9292

9393
<StackPanel Margin="8,0,0,0" Grid.Column="1">
94-
<TextBlock FontWeight="SemiBold">
94+
<TextBlock FontWeight="SemiBold" TextWrapping="Wrap">
9595
<Run Text="{Binding Annotation.Title, Mode=OneWay}"/>
9696
</TextBlock>
9797

0 commit comments

Comments
 (0)