From 544a3f0caf3a9928448928b83cc01b72bab1748d Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:11:07 -0700 Subject: [PATCH] more flex tables --- static/gitweb-site.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index a92643e..9a0a523 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -25,6 +25,12 @@ html { height: 100%; } -table.project_list, table.heads, table.shortlog, table.diff_tree, div.page_body { +table.project_list, +table.heads, +table.shortlog, +table.diff_tree, +table.commit_search, +table.project_list, +div.page_body { flex: 1 0 auto; } -- 1.8.3.1