diff --git a/sf_sale/static/src/css/purchase_list.css b/sf_sale/static/src/css/purchase_list.css index ec3d1e76..17df6065 100644 --- a/sf_sale/static/src/css/purchase_list.css +++ b/sf_sale/static/src/css/purchase_list.css @@ -2,8 +2,10 @@ min-width: 62px !important; } -.section_and_note_text, .section_and_note_text span{ +.o_list_renderer .o_list_table .o_data_row td.o_data_cell.o_field_cell.o_list_char.section_and_note_text, .section_and_note_text span{ white-space: wrap!important; overflow: auto!important; text-overflow: unset!important; + word-wrap: break-word; + word-break: break-all; } \ No newline at end of file