diff --git a/muk_web_theme/__manifest__.py b/muk_web_theme/__manifest__.py index ccc3658..b93f9c2 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.3", + "version": "12.0.2.0.4", "category": "Themes/Backend", "license": "LGPL-3", "author": "MuK IT", diff --git a/muk_web_theme/static/src/scss/kanban_view.scss b/muk_web_theme/static/src/scss/kanban_view.scss index 548f872..75e8cfb 100644 --- a/muk_web_theme/static/src/scss/kanban_view.scss +++ b/muk_web_theme/static/src/scss/kanban_view.scss @@ -21,8 +21,4 @@ **********************************************************************************/ .o_kanban_view { - .oe_kanban_details { - text-overflow: ellipsis; - overflow: hidden; - } } \ No newline at end of file