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

Commit 68c7b34

Browse files
committed
Fix content not wrapping / stretching correctly
1 parent d7da753 commit 68c7b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/InlineAnnotationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Grid Background="{DynamicResource VsBrush.ToolWindowBackground}" HorizontalAlignment="Stretch">
1616
<Grid.ColumnDefinitions>
1717
<ColumnDefinition Width="4" />
18-
<ColumnDefinition Width="Auto" />
18+
<ColumnDefinition Width="*" />
1919
</Grid.ColumnDefinitions>
2020

2121
<Grid.RowDefinitions>

0 commit comments

Comments
 (0)