From 8b3f2ead83a878a6933df7a519c740be6dfbd72e Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Thu, 12 Apr 2012 21:42:53 +0100 Subject: [PATCH] forced horiz-bar-chart to ignore cell content --- reviews/static/things/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reviews/static/things/style.css b/reviews/static/things/style.css index c3e4089..d3dc17a 100755 --- a/reviews/static/things/style.css +++ b/reviews/static/things/style.css @@ -9,4 +9,10 @@ small { .horiz-bar-chart { color: white; width: 100%; + table-layout: fixed; +} + +.horiz-bar-chart td { + overflow:hidden; + white-space:nowrap; }