From f5800578c76c211cabd4842ddc96d4f6f244f998 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 19 Nov 2015 16:13:15 +0100 Subject: Reduce bottom margin for popup hints --- js/codeq/hint.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/codeq/hint.js b/js/codeq/hint.js index 5db9fca..d402313 100644 --- a/js/codeq/hint.js +++ b/js/codeq/hint.js @@ -274,14 +274,14 @@ } } // construct the wrapper element for the translation mechanism - htmlPrefix = ''; + htmlPrefix = ''; }, 'html': true, 'placement': 'auto bottom', -- cgit v1.2.1