diff --git a/model.go b/model.go index 56277ee..402ba39 100644 --- a/model.go +++ b/model.go @@ -98,7 +98,7 @@ func (m *Model) applyCommits() { const ( commandWidth = 8 - idWidth = 8 + idWidth = 9 headerHeight = 1 )