mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Wrap text when display_name is too long
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.scss",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.esm.js",
|
||||
"/web_responsive/static/src/components/attachment_viewer/attachment_viewer.xml",
|
||||
"/web_responsive/static/src/views/form/form_controller.scss",
|
||||
],
|
||||
"web.assets_tests": [
|
||||
"/web_responsive/static/tests/test_patch.js",
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
/* Copyright 2023 Tecnativa - Carlos Roca
|
||||
* License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
|
||||
|
||||
// Many2one li items with wrap
|
||||
.o_field_many2one_selection {
|
||||
ul.ui-autocomplete .dropdown-item.ui-menu-item-wrapper {
|
||||
white-space: initial;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user