]> _ Git - fluidbook-html5.git/commitdiff
wait #5212
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Apr 2022 10:10:54 +0000 (12:10 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 5 Apr 2022 10:10:54 +0000 (12:10 +0200)
js/libs/fluidbook/fluidbook.tooltip.js

index 213770e79a60f0e866b265d374240d353e7f1c10..46540c0ba6e31e9fa16868364899ff28b37e8e52 100644 (file)
@@ -173,7 +173,7 @@ FluidbookTooltip.prototype = {
             style = '';
         }
         t.attr('data-style', style);
-        var tooltipMaxWidth=Math.max(250,this.fluidbook.settings.linkTooltipMaxWidth);
+        var tooltipMaxWidth = Math.max(250, this.fluidbook.settings.linkTooltipMaxWidth);
         css.maxWidth = tooltipMaxWidth;
         if (Modernizr.cssvars) {
             if (css.backgroundColor) {