From 4db0efdf355bced4ce09c6990632d159292f31ca Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 22 Feb 2007 07:36:17 +0000 Subject: [PATCH] 'added nowrap to the first column for module names in modules tabels' --- theme/standard/styles_layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 70c2bacc42..ef2a0bc7c7 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -715,6 +715,7 @@ body#admin-modules table.generaltable th.c0, body#admin-modules table.generaltable td.c0 { text-align: left; + white-space: nowrap; } #admin-blocks -- 2.39.5