11 lines
352 B
CSS
11 lines
352 B
CSS
.purchase_order_list_name {
|
|
min-width: 62px !important;
|
|
}
|
|
|
|
.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;
|
|
} |