Increase the space between the link and the popup

Change-Id: Ic3832bb61ac2d209fbc3d4d4204ec9d2d6106ac3
This commit is contained in:
Prateek Saxena 2014-02-21 15:43:15 +05:30
parent 8c0cc231c7
commit ecc6f4a00a

View file

@ -127,7 +127,7 @@
*/
function createBox ( href, $el ) {
var bar = cache[ href ],
offsetTop = $el.offset().top + $el.height() + 5,
offsetTop = $el.offset().top + $el.height() + 7,
offsetLeft = $el.offset().left;
elTime = mw.now();