white-space: nowrap to "last change" text
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:03:30 +0000 (15:03 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 22:03:30 +0000 (15:03 -0700)
static/gitweb-site.css

index 33b6e8a..a1ffc22 100644 (file)
@@ -22,6 +22,10 @@ html {
   height: 100%;
 }
 
+table.projects_list tr td:first-child {
+  white-space: nowrap;
+}
+
 table.project_list,
 table.heads,
 table.shortlog,