mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_responsive: Cut long filters names in the filters menu
This commit is contained in:
committed by
Sergey Shebanin
parent
850600f213
commit
d5e4441a0c
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"name": "Web Responsive",
|
||||
"summary": "Responsive web client, community-supported",
|
||||
"version": "13.0.2.4.0",
|
||||
"version": "13.0.2.4.1",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user