diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index 003ff5b..84ebaa4 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.0", + "version": "12.0.1.5.1", "category": "Themes/Backend", "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/control_panel.scss b/muk_web_theme/static/src/scss/control_panel.scss index ba21c46..18395aa 100644 --- a/muk_web_theme/static/src/scss/control_panel.scss +++ b/muk_web_theme/static/src/scss/control_panel.scss @@ -97,12 +97,15 @@ .o_cp_switch_buttons.show { .dropdown-menu { display: flex; + min-width: 0px; flex-direction: row; align-content: center; justify-content: space-around; padding: 0; .btn { + margin: 5px; border: none; + font-size: 1.25rem; } } }