Merge PR #2516 into 15.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-05-25 15:07:44 +00:00

View File

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