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 c337d67 commit 9d2c2dfCopy full SHA for 9d2c2df
src/Views/CommitBaseInfo.axaml
@@ -141,7 +141,13 @@
141
Message="{Binding #ThisControl.Message}"
142
IssueTrackerRules="{Binding #ThisControl.IssueTrackerRules}"
143
HorizontalAlignment="Stretch"
144
- TextWrapping="Wrap"/>
+ TextWrapping="Wrap">
145
+ <v:CommitMessagePresenter.Styles>
146
+ <Style Selector="ToolTip">
147
+ <Setter Property="MaxWidth" Value="800"/>
148
+ </Style>
149
+ </v:CommitMessagePresenter.Styles>
150
+ </v:CommitMessagePresenter>
151
</Grid>
152
</StackPanel>
153
</DataTemplate>
0 commit comments