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

Commit 5580c06

Browse files
committed
Back to the stack
1 parent fc7a955 commit 5580c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
<ItemsControl ItemsSource="{Binding Checks}" Margin="0 4 12 4">
253253
<ItemsControl.ItemsPanel>
254254
<ItemsPanelTemplate>
255-
<StackPanel Grid.IsSharedSizeScope="True" />
255+
<StackPanel Orientation="Vertical" HorizontalAlignment="Stretch" Grid.IsSharedSizeScope="True" />
256256
</ItemsPanelTemplate>
257257
</ItemsControl.ItemsPanel>
258258
</ItemsControl>

0 commit comments

Comments
 (0)