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 1e75aee commit e54a8b2Copy full SHA for e54a8b2
pkg/gui/presentation/branches.go
@@ -71,10 +71,11 @@ func getBranchDisplayStrings(
71
if showCommitHash {
72
availableWidth -= utils.COMMIT_HASH_SHORT_SIZE + 1
73
}
74
+ paddingNeededForDivergence := availableWidth
75
+
76
if checkedOutByWorkTree {
77
availableWidth -= utils.StringWidth(worktreeIcon) + 1
78
- paddingNeededForDivergence := availableWidth
79
80
if len(branchStatus) > 0 {
81
availableWidth -= utils.StringWidth(utils.Decolorise(branchStatus)) + 1
0 commit comments