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

Commit 11f61ff

Browse files
committed
Make it like GHD
1 parent ee438f7 commit 11f61ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/PullRequestListItem.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
LineStackingStrategy="BlockLineHeight"
5050
Margin="0,-3,10,2"
5151
Text="{Binding Title}"
52-
TextWrapping="WrapWithOverflow" />
52+
TextTrimming="CharacterEllipsis" />
5353
<ui:OcticonImage x:Name="comment_icon"
5454
Grid.Row="0"
5555
Grid.Column="2"
5656
Icon="comment"
5757
Margin="5,0"
5858
Width="16"
5959
Height="16"
60-
VerticalAlignment="Top"
60+
VerticalAlignment="Center"
6161
Foreground="{DynamicResource GitHubVsToolWindowText}">
6262
<!--
6363
<ui:OcticonImage.Style>
@@ -76,7 +76,7 @@
7676
Grid.Row="0"
7777
Grid.Column="3"
7878
HorizontalAlignment="Left"
79-
VerticalAlignment="Top"
79+
VerticalAlignment="Center"
8080
FontFamily="Segoe UI"
8181
FontSize="12"
8282
Foreground="{DynamicResource GitHubVsToolWindowText}"

0 commit comments

Comments
 (0)