Merge PR #1753 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-12-03 17:22:14 +00:00

View File

@@ -757,3 +757,17 @@ html .o_web_client .o_action_manager .o_action {
}
}
}
// Filter Menu
.o_control_panel {
.o_filters_menu {
.o_menu_item {
@include o-search-options-dropdown-custom-item;
a {
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}