From b4a1317475526de2ebd847a4931cea33def4d96e Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 22 Feb 2007 17:51:03 +0000 Subject: [PATCH] 'added nowrap to .flexible th - 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 38abb78e7a..4a89da9bc8 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -294,6 +294,11 @@ table.formtable tbody .htmlarea th padding: 0; } +.flexible th +{ + white-space: nowrap; +} + .paging { text-align: center; margin: 10px 0 10px 0; -- 2.39.5