diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 38abb78e7af..4a89da9bc8c 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;