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;