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

Commit 2405755

Browse files
Restrain the size of the CheckRun display until it gets proper designs
1 parent 9c60db1 commit 2405755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Views/GitHubPane/PullRequestCheckView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</Grid.ColumnDefinitions>
3939

4040
<Grid.RowDefinitions>
41-
<RowDefinition Height="*"/>
41+
<RowDefinition Height="32"/>
4242
</Grid.RowDefinitions>
4343

4444
<Image Grid.Column="0" Source="{Binding Avatar}" />

0 commit comments

Comments
 (0)