diff --git a/muk_web_theme_mail/__manifest__.py b/muk_web_theme_mail/__manifest__.py index da58ad1..07d6da5 100644 --- a/muk_web_theme_mail/__manifest__.py +++ b/muk_web_theme_mail/__manifest__.py @@ -19,7 +19,7 @@ { "name": "MuK Backend Theme Mail", "summary": "Backend Theme Mail", - "version": "12.0.1.1.1", + "version": "12.0.1.1.2", 'category': 'Extra Tools', "license": "AGPL-3", "author": "MuK IT", diff --git a/muk_web_theme_mail/static/src/scss/chatter.scss b/muk_web_theme_mail/static/src/scss/chatter.scss index d208c73..09ad846 100644 --- a/muk_web_theme_mail/static/src/scss/chatter.scss +++ b/muk_web_theme_mail/static/src/scss/chatter.scss @@ -47,7 +47,8 @@ flex-wrap: wrap-reverse; margin-top: $grid-gutter-width* 0.25; > .o_topbar_right_area { - max-width: 100%; + max-width: 100%; + min-width: 100%; flex-basis: 100%; display: flex; flex: 1 0 auto; @@ -82,7 +83,8 @@ background-color: $o-view-background-color; margin-top: $grid-gutter-width* 0.25; > .o_topbar_right_area { - max-width: 100%; + max-width: 100%; + min-width: 100%; flex-basis: 100%; display: flex; flex: 1 0 auto; @@ -91,6 +93,7 @@ border-bottom: 1px solid gray('300'); .o_followers { margin-bottom: 0; + min-width: 100px; } } > .o_active {