[IMP] salesteams: fix oe_kanban_card size
authorChristophe Matthieu <chm@openerp.com>
Thu, 18 Apr 2013 10:13:21 +0000 (12:13 +0200)
committerChristophe Matthieu <chm@openerp.com>
Thu, 18 Apr 2013 10:13:21 +0000 (12:13 +0200)
bzr revid: chm@openerp.com-20130418101321-xktltdb86nnvfeys

addons/crm/static/src/js/crm_case_section.js

index fd30788..ad29bfc 100644 (file)
@@ -68,6 +68,7 @@ openerp.crm = function(openerp) {
                             $el.sparkline($el.data("value").split(','), {type: 'bar', barWidth: 5} );
                             $el.tipsy({'delayIn': 0, 'html': true, 'title': function(){return $(this).data("title")}, 'gravity': 'n'});
                         });
+                        self.$(".oe_kanban_card").css('min-height', "");
                     }, 0);
                 });
             }