Browse Source

[IMP] collapse whitespace in rows

pull/96/head
Holger Brunn 9 years ago
parent
commit
df61688f62
  1. 4
      web_widget_x2many_2d_matrix/static/src/css/web_widget_x2many_2d_matrix.css

4
web_widget_x2many_2d_matrix/static/src/css/web_widget_x2many_2d_matrix.css

@ -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;
}
Loading…
Cancel
Save