Skip to content

Commit

Permalink
Fix wrapping author name next to branches
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Sep 4, 2021
1 parent 7719efb commit 8bcdaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func printBranch(branch Branch, maxWidth int) {
genericStyle := lipgloss.NewStyle().
Foreground(lipgloss.Color(theme.colorGray))
numberStyle := lipgloss.NewStyle().
Foreground(lipgloss.Color(theme.colorBlue)).Width(maxWidth)
Foreground(lipgloss.Color(theme.colorBlue))
timeStyle := lipgloss.NewStyle().
Foreground(lipgloss.Color(theme.colorGreen)).Width(8).Align(lipgloss.Right)
titleStyle := lipgloss.NewStyle().
Expand Down

0 comments on commit 8bcdaf7

Please sign in to comment.