From: Dan Vanderkam Date: Tue, 10 Apr 2012 22:40:26 +0000 (-0400) Subject: fix regression on issue 152 X-Git-Tag: v1.0.0~288 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=c12450f169e3d58875caf967f87c0f9d9d314dba;p=dygraphs.git fix regression on issue 152 --- diff --git a/plugins/legend.js b/plugins/legend.js index bfc0595..9e4650e 100644 --- a/plugins/legend.js +++ b/plugins/legend.js @@ -61,6 +61,7 @@ legend.prototype.activate = function(g, r) { "top": "0px", "right": "2px", "background": "white", + "lineHeight": "normal", "textAlign": "left", "overflow": "hidden"};