17 lines
268 B
SCSS
17 lines
268 B
SCSS
.modal-content .o_cp_buttons {
|
|
display:none
|
|
}
|
|
|
|
.modal-content .o_control_panel {
|
|
display:none
|
|
}
|
|
|
|
.o_component_with_search_panel .o_search_panel {
|
|
width: auto !important;
|
|
}
|
|
|
|
.o_component_with_search_panel .overflow-auto {
|
|
overflow: unset !important;
|
|
}
|
|
|