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

Commit 4edf726

Browse files
committed
Adjust padding
1 parent 2ae522c commit 4edf726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/Documents/CommitListView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<ItemsControl ItemsSource="{Binding Commits}">
5858
<Control.Resources>
5959
<DataTemplate DataType="{x:Type ghfvs:CommitSummaryViewModel}">
60-
<Border Padding="30 0 8 0">
60+
<Border Padding="32 0 8 0">
6161
<DockPanel>
6262
<ghfvs:OcticonImage DockPanel.Dock="Left"
6363
Foreground="{DynamicResource VsBrush.GrayText}"

0 commit comments

Comments
 (0)