From 1f07c1bdf051b8733b3d6cf1f5f10b00ec781170 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 27 Aug 2024 16:40:46 +0800 Subject: [PATCH] ux: force enable horizontal stretch for commit message (#400) --- src/Views/CommitBaseInfo.axaml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Views/CommitBaseInfo.axaml b/src/Views/CommitBaseInfo.axaml index dd39f4ef..6734ecdb 100644 --- a/src/Views/CommitBaseInfo.axaml +++ b/src/Views/CommitBaseInfo.axaml @@ -117,6 +117,7 @@ Classes="primary" Message="{Binding #ThisControl.Message}" IssueTrackerRules="{Binding #ThisControl.IssueTrackerRules}" + HorizontalAlignment="Stretch" TextWrapping="Wrap"/>