We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938876e commit 7d857a4Copy full SHA for 7d857a4
src/Views/InteractiveRebase.axaml
@@ -77,7 +77,7 @@
77
78
<ListBox.ItemTemplate>
79
<DataTemplate DataType="vm:InteractiveRebaseItem">
80
- <Grid ColumnDefinitions="16,110,*,456" ClipToBounds="True">
+ <Grid ColumnDefinitions="16,110,*,456" Margin="8,0" ClipToBounds="True">
81
<!-- Drag & Drop Anchor -->
82
<Border Grid.Column="0" Background="Transparent"
83
Loaded="OnSetupRowHeaderDragDrop"
0 commit comments