mirror of https://github.com/OCA/web.git
[IMP] web_responsive: Cut long filters names in the filters menu
parent
472718dce5
commit
d1e80e1b15
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue