From 4f758fca5acb81354ecb7d454a3906ab81b9742c Mon Sep 17 00:00:00 2001 From: pilarvargas-tecnativa Date: Wed, 22 May 2024 12:28:57 +0200 Subject: [PATCH] [FIX] web_responsive: Remove unnecessary media query Remove unnecessary media query as odoo has support for long titles. This style causes an error in the layout of the affected views. --- .../static/src/legacy/scss/web_responsive.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web_responsive/static/src/legacy/scss/web_responsive.scss b/web_responsive/static/src/legacy/scss/web_responsive.scss index c1192a24a..a007e3a08 100644 --- a/web_responsive/static/src/legacy/scss/web_responsive.scss +++ b/web_responsive/static/src/legacy/scss/web_responsive.scss @@ -5,15 +5,6 @@ $chatter_zone_width: 35% !important; -// Support for long titles -@include media-breakpoint-up(md) { - .o_form_view .oe_button_box + .oe_title, - .o_form_view .oe_button_box + .oe_avatar + .oe_title { - /* Button-box has a hardcoded width of 132px per button and have three columns */ - width: calc(100% - 450px); - } -} - // Scroll all but top bar html .o_web_client .o_action_manager .o_action { @include media-breakpoint-down(sm) {