From cff72df0724205d6c540045368c9f4c505722e56 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Mon, 11 Mar 2019 09:13:18 +0000 Subject: [PATCH] publish muk_web_theme - 12.0 --- muk_web_theme/__manifest__.py | 2 +- muk_web_theme/static/src/scss/form_view.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index bce1251..a6b6cea 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.14", + "version": "12.0.1.2.15", "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 1b9fedb..a3bc61e 100644 --- a/muk_web_theme/static/src/scss/form_view.scss +++ b/muk_web_theme/static/src/scss/form_view.scss @@ -142,9 +142,6 @@ min-width: $mk-chatter-min-width; max-width: $mk-chatter-max-width; border-left: 1px solid gray('400'); - .o_followers_title_box { - margin-left: 0; - } } } }