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 2e83884 commit ae2ffd5Copy full SHA for ae2ffd5
src/Views/CommitDetail.axaml
@@ -57,7 +57,7 @@
57
HorizontalAlignment="Left"
58
Margin="16,0,0,0"
59
Change="{Binding}"/>
60
- <TextBlock Grid.Column="1" Classes="primary" Text="{Binding Path}" Margin="8,0" TextTrimming="CharacterEllipsis"/>
+ <TextBlock Grid.Column="1" Classes="primary" Text="{Binding Path}" Margin="8,0" HorizontalAlignment="Stretch" TextTrimming="CharacterEllipsis"/>
61
</Grid>
62
</DataTemplate>
63
</ListBox.ItemTemplate>
0 commit comments