From da782653a627ac7e4df92295d50bf957a730e375 Mon Sep 17 00:00:00 2001 From: Mosab Wadea Date: Fri, 16 Feb 2018 22:05:27 +0300 Subject: [PATCH] added !important sledgehammer to the width vlaue for .oe_chatter to prevent overwrite.. issue #48 --- backend_theme_v11/static/src/less/style.less | 26 ++++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/backend_theme_v11/static/src/less/style.less b/backend_theme_v11/static/src/less/style.less index d85e333..6005a34 100644 --- a/backend_theme_v11/static/src/less/style.less +++ b/backend_theme_v11/static/src/less/style.less @@ -294,7 +294,7 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags, } .oe_chatter { - width: @o-chatter-width; + width: @o-chatter-width!important; background-color: #ffffff; float:right; border-left: 1px solid @gray-lighter; @@ -321,15 +321,15 @@ textarea, select, .o_form_view.o_form_editable .o_form_field_many2manytags, } } - - - -// navbar ========================================== - -.navbar-default .navbar-nav .open .dropdown-menu > li > a { - @media (max-width : @screen-xs-max) { - color : @brand-primary; - text-align: center; - } -} - + + + +// navbar ========================================== + +.navbar-default .navbar-nav .open .dropdown-menu > li > a { + @media (max-width : @screen-xs-max) { + color : @brand-primary; + text-align: center; + } +} +