summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 17:42:42 -0500
committerJeff Carr <[email protected]>2025-10-25 17:42:42 -0500
commit3ebd66ab4312c59dc54fd6434bd9cad5f4ef21d6 (patch)
treeac7fb003ee6032ec8adfce9f85f39cca9d288edf
parente8004f878b18eaed3fd949cfd81196602c470c3c (diff)
use full width
-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
}