18 lines
251 B
SCSS
18 lines
251 B
SCSS
.modal-content .o_cp_buttons {
|
|
display:none
|
|
}
|
|
|
|
.modal-content .o_control_panel {
|
|
display:none
|
|
}
|
|
|
|
.modal-content .o_list_button {
|
|
|
|
}
|
|
|
|
.o_form_view .o_field_widget .o_list_renderer {
|
|
width: 100%!important;
|
|
margin:0 auto;
|
|
overflow: auto;
|
|
}
|