From 5902558c6f9dfb9f9d9fe17d067fac4832d62a08 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 22 Feb 2007 09:15:39 +0000 Subject: [PATCH] 'added nowrap to c0 cell in the module table - MDL-8419' --- theme/standard/styles_layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 70c2bacc42..d00decf6a5 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -717,6 +717,11 @@ body#admin-modules table.generaltable td.c0 text-align: left; } +body#admin-modules table.generaltable td.c0 +{ + white-space: nowrap; +} + #admin-blocks #admin-config .confighelp { display: block; -- 2.39.5