[FIX] web_responsive: Wrap text when display_name is too long

This commit is contained in:
Carlos Roca
2023-05-29 08:32:07 +02:00
committed by Taras Shabaranskyi
parent 7e8ce91bc4
commit 0c2eb0b2ea
2 changed files with 10 additions and 0 deletions

View File

@@ -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;
}
}