[IMP] web_responsive: Cut long filters names in the filters menu

This commit is contained in:
Alexandre D. Díaz
2020-12-01 19:46:11 +01:00
parent b2141392ad
commit 450ce63831

View File

@@ -251,6 +251,17 @@ html .o_web_client .o_main .o_main_content {
}
}
}
.o_filters_menu {
.o_menu_item {
@include o-search-options-dropdown-custom-item;
a {
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
.o_pager_counter {