From c12450f169e3d58875caf967f87c0f9d9d314dba Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 10 Apr 2012 18:40:26 -0400 Subject: [PATCH] fix regression on issue 152 --- plugins/legend.js | 1 + 1 file changed, 1 insertion(+) 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"}; -- 2.7.4