From a906a6ee62f5d62cf0df24d13e9ccbb90d19ac60 Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 15:03:30 -0700 Subject: [PATCH] white-space: nowrap to "last change" text --- static/gitweb-site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 33b6e8a..a1ffc22 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -22,6 +22,10 @@ html { height: 100%; } +table.projects_list tr td:first-child { + white-space: nowrap; +} + table.project_list, table.heads, table.shortlog, -- 1.8.3.1