diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index a5e8a05..52ae24a 100644 --- a/muk_web_theme/__manifest__.py +++ b/muk_web_theme/__manifest__.py @@ -22,7 +22,7 @@ { "name": "MuK Backend Theme", "summary": "Odoo Community Backend Theme", - "version": "12.0.2.0.6", + "version": "12.0.2.0.7", "category": "Themes/Backend", "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/appsbar.scss b/muk_web_theme/static/src/scss/appsbar.scss index 553c999..e1b57d9 100644 --- a/muk_web_theme/static/src/scss/appsbar.scss +++ b/muk_web_theme/static/src/scss/appsbar.scss @@ -81,7 +81,7 @@ display: none; } .mk_apps_sidebar_icon { - margin: 0; + margin-right: 0 !important; } } .o_main { @@ -103,7 +103,7 @@ display: none; } .mk_apps_sidebar_icon { - margin: 0; + margin-right: 0 !important; } } .o_main {