[IMP] collapse whitespace in rows

This commit is contained in:
Holger Brunn
2015-03-13 15:29:09 +01:00
committed by Lois Rilo
parent 08d687be94
commit 6bdb0cd2d8

View File

@@ -2,3 +2,7 @@
{
cursor: pointer;
}
.openerp .oe_form_field_x2many_2d_matrix .oe_list_content > tbody > tr > td.oe_list_field_cell
{
white-space: normal;
}