diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index a1eb708..5609a8c 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.5.10", + "version": "12.0.1.5.11", "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 8cbcc8d..6a4fe4f 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -155,6 +155,10 @@ } } } + .oe_title { + width: 100% !important; + max-width: 100% !important; + } } }