From: cassowary Date: Mon, 27 Jul 2026 22:03:30 +0000 (-0700) Subject: white-space: nowrap to "last change" text X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=a906a6ee62f5d62cf0df24d13e9ccbb90d19ac60;p=gitweb-theme.git white-space: nowrap to "last change" text --- 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,