fix: top-align table cells in horizontal()
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user