summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2021-09-04 03:27:01 +0200
committerChristian Muehlhaeuser <muesli@gmail.com>2021-09-04 03:27:01 +0200
commit8bcdaf7aa63a0f155f230478026303df3719f95e (patch)
tree4e4abc1376be127440c546e2b9e73624dd96d4de
parent7719efb1584cd72b26a9fce0e232b32ed55f4260 (diff)
Fix wrapping author name next to branchesv0.2.1
-rw-r--r--branch.go2
1 files changed, 1 insertions, 1 deletions
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().