summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go2
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
}