From 9e6fc3bacb8ee469c0a83817afdbea2d80ff4220 Mon Sep 17 00:00:00 2001 From: hyyy <123@qq.com> Date: Wed, 19 Feb 2025 10:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B7=E5=BC=8F=E6=9D=83?= =?UTF-8?q?=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf_sale/static/src/css/purchase_list.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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