From 1d4ecd80a251859d14db9c4e1a1cfa748ecc51a3 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 19 Jan 2014 12:59:41 +0000 Subject: [PATCH] texts: line-height 18px --- static/js/textPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/textPanel.js b/static/js/textPanel.js index f5a2aae3..ab293f53 100644 --- a/static/js/textPanel.js +++ b/static/js/textPanel.js @@ -325,7 +325,7 @@ pandora.ui.textHTML = function(text) { width: width + 'px', //marginTop: '48px', fontSize: '12px', - lineHeight: '16px' + lineHeight: '18px' }) .bindEvent({ submit: function(data) {