From c4851e178ddcc95a86676887090058797b563b6a Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Sat, 22 Jun 2019 23:32:09 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/form_view.scss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; + } } }