3
0
Fork 0

[IMP] collapse whitespace in rows

12.0
Holger Brunn 2015-03-13 15:29:09 +01:00 committed by Jairo Llopis
parent 647ba2028b
commit 2a71992d4e
1 changed files with 4 additions and 0 deletions

View File

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