forked from Techsystech/web
commit
5ebde929f4
|
@ -232,20 +232,22 @@ html .o_web_client .o_main .o_main_content {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Control panel (breadcrumbs, search box, buttons...)
|
// Control panel (breadcrumbs, search box, buttons...)
|
||||||
.o_search_options {
|
.o_control_panel {
|
||||||
flex-grow: 1;
|
.o_search_options {
|
||||||
|
flex-grow: 1;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
||||||
> .btn-group {
|
> .btn-group {
|
||||||
max-width: 33%;
|
max-width: 33%;
|
||||||
|
|
||||||
.o_dropdown_toggler_btn {
|
.o_dropdown_toggler_btn {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue