Skip to content

Commit 3407701

Browse files
committed
Avoid hard-wrapping slightly long commit titles
1 parent 55f13e7 commit 3407701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/ui/history/expandable-commit-summary.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ function createState(
105105
const { summary, body } = wrapRichTextCommitMessage(
106106
getCommitSummary(selectedCommits),
107107
selectedCommits[0].body,
108-
tokenizer
108+
tokenizer,
109+
200
109110
)
110111

111112
const hasEmptySummary =

0 commit comments

Comments
 (0)