diff options
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableDefault.go index a8d4cac..e7b8d57 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -110,6 +110,6 @@ func (f *Forge) makeDefaultTB(pb *gitpb.Repos) *gitpb.ReposTable { col.Width = 12 col = t.AddURL() - col.Width = 42 + col.Width = -1 return t } |
