From 209e5602c0121421bea98ee6bd761628f6b81b26 Mon Sep 17 00:00:00 2001 From: kohsuke Date: Mon, 10 Mar 2008 06:02:03 +0000 Subject: [PATCH] According to the user report (#1378), apparently white-space:nowrap setting on #viewList is not inherited to this, so I'm setting this explicitly. git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7484 71c3de6d-444a-0410-be80-ed276b4c234a --- war/resources/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/war/resources/css/style.css b/war/resources/css/style.css index 3d805257da..064c19c148 100644 --- a/war/resources/css/style.css +++ b/war/resources/css/style.css @@ -446,6 +446,7 @@ th.pane { vertical-align:middle; background-color: rgb(240,240,240); font-weight: bold; + white-space: nowrap; } #viewList td.filler { border: none; -- GitLab