mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: changed button box more initial position
This commit is contained in:
committed by
Sergey Shebanin
parent
f1bdd5d61c
commit
aa3695bfcc
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Web Responsive",
|
"name": "Web Responsive",
|
||||||
"summary": "Responsive web client, community-supported",
|
"summary": "Responsive web client, community-supported",
|
||||||
"version": "12.0.1.2.0",
|
"version": "12.0.1.3.0",
|
||||||
"category": "Website",
|
"category": "Website",
|
||||||
"website": "https://github.com/OCA/web",
|
"website": "https://github.com/OCA/web",
|
||||||
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
|
"author": "LasLabs, Tecnativa, Alexandre Díaz, "
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user