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

Commit cd33156

Browse files
committed
Merge branch 'features/check-suite-annotations' of https://github.com/github/VisualStudio into features/check-suite-annotations
2 parents a6f67e8 + e249664 commit cd33156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.InlineReviews/Views/InlineCommentPeekView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<ScrollViewer Name="threadScroller"
105105
VerticalScrollBarVisibility="Auto"
106106
Background="{DynamicResource GitHubPeekViewBackground}">
107-
<StackPanel Orientation="Vertical" Margin="0 0 0 4">
107+
<StackPanel Orientation="Vertical">
108108
<ItemsControl x:Name="annotationsView" ItemsSource="{Binding Annotations}">
109109
<ItemsControl.ItemTemplate>
110110
<DataTemplate>

0 commit comments

Comments
 (0)