From 3001c799d76d546403a682babcee0670e7a18bd6 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:56:08 -0700 Subject: [PATCH] page_body shouldn't expand --- static/gitweb-site.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index c8a85b3..62077ec 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -39,8 +39,7 @@ table.heads, table.shortlog, table.diff_tree, table.commit_search, -table.project_list, -div.page_body { +table.project_list { flex: 1 0 auto; } -- 1.8.3.1