From fd4fb7714750b9ec30d929608e96073082cfe8eb Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 16:43:33 -0700 Subject: [PATCH] make tree table full width --- static/gitweb-site.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 07338cf..c74af49 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -173,6 +173,7 @@ td.link { table.tree { padding: 0; + width: 100%; tr { display: flex; -- 1.8.3.1