Skip to content

Commit db99efd

Browse files
committed
Remove min width from data status tables
1 parent b48ee6f commit db99efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/cmd/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ func dataResourceTable(resources []context.Resource, dataStatuses map[string]*re
529529

530530
t := table.Table{
531531
Headers: []table.Header{
532-
{Title: "NAME", MinWidth: 32, MaxWidth: 32},
533-
{Title: "STATUS", MaxWidth: 21, MinWidth: 21},
532+
{Title: "NAME", MaxWidth: 32},
533+
{Title: "STATUS", MaxWidth: 21},
534534
{Title: "AGE"},
535535
},
536536
Rows: rows,

0 commit comments

Comments
 (0)