Skip to content

Commit

Permalink
forced horiz-bar-chart to ignore cell content
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 12, 2012
1 parent d4835c9 commit 8b3f2ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions reviews/static/things/style.css
Expand Up @@ -9,4 +9,10 @@ small {
.horiz-bar-chart {
color: white;
width: 100%;
table-layout: fixed;
}

.horiz-bar-chart td {
overflow:hidden;
white-space:nowrap;
}

0 comments on commit 8b3f2ea

Please sign in to comment.