From 4e9070586fbbb8029de406e1ec95cdae80fa5b31 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Mon, 15 Apr 2019 13:39:33 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/form_view.scss | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 8f362c1..f3dc412 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.1.4.8", + "version": "12.0.1.4.9", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/form_view.scss b/muk_web_theme/static/src/scss/form_view.scss index a3bc61e..91eb0be 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -47,14 +47,21 @@ } } } - @include media-breakpoint-down(sm) { + @include media-breakpoint-down(sm) { .o_form_sheet, .oe_chatter { min-width: 100% !important; max-width: 100% !important; } - .o_group_col_6 { - width: 100%; - } + .o_group { + @for $i from 1 through $o-form-group-cols { + .o_group_col_#{$i} { + width: 100% !important; + } + } + .o_field_widget.o_text_overflow { + width: auto !important; + } + } .o_statusbar_buttons_dropdown { border: { bottom: 0;