From be61b43555b5d7be82a6e5465d3eb2d476d8a4ae Mon Sep 17 00:00:00 2001 From: ivan deng Date: Fri, 19 Mar 2021 15:19:48 +0800 Subject: [PATCH] update common --- app_web_enterprise/static/src/scss/app_style.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app_web_enterprise/static/src/scss/app_style.scss b/app_web_enterprise/static/src/scss/app_style.scss index 1b2fa9de..86a07c10 100644 --- a/app_web_enterprise/static/src/scss/app_style.scss +++ b/app_web_enterprise/static/src/scss/app_style.scss @@ -106,4 +106,7 @@ //m2o字段,只读情况下也可换行 .o_list_view .o_list_table tbody > tr > td.o_readonly_modifier { white-space: pre-wrap!important; +} +.o_list_view .o_list_table .o_list_many2one { + white-space: pre-wrap!important; } \ No newline at end of file