From 8bcdaf7aa63a0f155f230478026303df3719f95e Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 4 Sep 2021 03:27:01 +0200 Subject: Fix wrapping author name next to branches --- branch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch.go b/branch.go index fe7a7af..e0fab3b 100644 --- a/branch.go +++ b/branch.go @@ -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(). -- cgit v1.2.3