[FIX] web_responsive: changed button box more initial position

pull/1390/head
Alexandre Díaz 2019-09-25 20:02:03 +02:00
parent 08f7be9512
commit 8bdef680ea
1 changed files with 8 additions and 1 deletions

View File

@ -329,7 +329,14 @@ html .o_web_client .o_main .o_main_content {
.o_form_view { .o_form_view {
.o_form_sheet { .o_form_sheet {
max-width: calc(100% - 32px); max-width: calc(100% - 32px);
overflow-x: scroll; overflow-x: auto;
.oe_button_box {
.o_dropdown_more {
padding: 0.1em;
width: min-content;
}
}
} }
// Sticky statusbar // Sticky statusbar