From 2826354de44e9ec9b27db9b5d9211eb82cdd75ec Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 28 May 2019 15:21:42 +0200 Subject: [PATCH] fix #2799 @0.25 --- js/libs/fluidbook/fluidbook.help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.help.js b/js/libs/fluidbook/fluidbook.help.js index c9a97efe..ff76a9f5 100644 --- a/js/libs/fluidbook/fluidbook.help.js +++ b/js/libs/fluidbook/fluidbook.help.js @@ -322,7 +322,7 @@ FluidbookHelp.prototype = { // Build a HTML string via jQuery with all the styling // Bookmark icon: - var iconHolder = $('
').css({ + var iconHolder = $('
').css({ width: Math.round(box.width), height: Math.round(box.height), margin: Math.round(circleOffset), // Centre inside circle -- 2.39.5