diff --git a/sf_base/static/src/scss/test.scss b/sf_base/static/src/scss/test.scss index 3868fb09..8495e5cd 100644 --- a/sf_base/static/src/scss/test.scss +++ b/sf_base/static/src/scss/test.scss @@ -121,20 +121,12 @@ td.o_required_modifier { //font-weight: bold; } -.o_list_table th > div > i { - display: none !important; +.text-truncate { + overflow: unset !important; + text-overflow: unset !important; + white-space: unset !important; } -body .o_list_table th:nth-child(4) { - width: 100px !important; +.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove) { + white-space: nowrap !important; } - -//body .o_list_table th:nth-child(5) { -// width: 500px !important; -//} - -.o_list_renderer .o_list_table tbody > tr > td:not(.o_list_record_selector):not(.o_handle_cell):not(.o_list_button):not(.o_list_record_remove).o_list_text { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} \ No newline at end of file diff --git a/sf_base/views/base_view.xml b/sf_base/views/base_view.xml index 5c3fd3ad..8c8e1632 100644 --- a/sf_base/views/base_view.xml +++ b/sf_base/views/base_view.xml @@ -159,11 +159,11 @@