From 0eb21f75ea49398a4d2ff5211219e1b99d351dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 3 Feb 2011 13:36:49 +0100 Subject: [PATCH] Do not wrap size, it looks better at one line. --- css/theme_right.css.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/theme_right.css.php b/css/theme_right.css.php index 1b1986d7e..b410795c2 100644 --- a/css/theme_right.css.php +++ b/css/theme_right.css.php @@ -261,6 +261,9 @@ table .value { table [class=value] { white-space: normal; } +table .tbl_size { + white-space: nowrap; +}