[FIX] adds a 'whitespace:nowrap' line in graph.css to avoid weird display issues with the pivot table (addon web_graph)

bzr revid: ged@openerp.com-20131216152433-xd5muebn30mcsnqh
This commit is contained in:
Gery Debongnie 2013-12-16 16:24:33 +01:00
parent c256cd4f14
commit 65642c8c06
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
td.graph_border {
background-color: rgb(227, 227, 227);
text-align: left;
white-space: nowrap;
}
span.field-selection {