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

This commit is contained in:
Carlos Roca
2023-05-25 13:04:02 +02:00
parent 1c74e00831
commit 46fbcbd1ec

View File

@@ -459,3 +459,8 @@ html .o_web_client .o_action_manager .o_action {
padding-right: 0;
}
}
// Many2one li items with wrap
ul.ui-autocomplete .dropdown-item.ui-menu-item-wrapper {
white-space: initial;
}