From 5fa8f41b3619bf48bb7d415ad36c2bd0e9fb056a Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Mon, 4 Mar 2019 03:08: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 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 43fac77..d4cd306 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.2.12", + "version": "12.0.1.2.13", "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 9eeadcf..a084d35 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -136,7 +136,7 @@ flex: 1 1 auto; overflow: auto; } - .o_chatter { + > .o_chatter { border-left: 1px solid gray('400'); min-width: $mk-chatter-min-width; max-width: $mk-chatter-max-width;