diff --git a/pkg/formatter/formatter.go b/pkg/formatter/formatter.go index 567a2e6e..1ffca2f7 100644 --- a/pkg/formatter/formatter.go +++ b/pkg/formatter/formatter.go @@ -100,7 +100,7 @@ func PrintTable(t *table.Table) error { // horizontal is a JoinHorizontal helper function. func horizontal(left, mid, right string) string { - return lipgloss.JoinHorizontal(lipgloss.Right, left, mid, right) + return lipgloss.JoinHorizontal(lipgloss.Top, left, mid, right) } func CreateOverview(header string, rows [][]string) string {