Skip to content

Commit

Permalink
Fix minor layout issue on annotated diagram page
Browse files Browse the repository at this point in the history
  • Loading branch information
FayCross authored and torinfo committed Nov 5, 2023
1 parent a5c6ff1 commit f653678
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -266,7 +266,7 @@
});

if ($pageContents.data("hsType") == "centre" && align == "Left") {
$(".listItem").css("minWidth", $x_pageDiv.width() - $panel.outerWidth(true) - 50);
$(".listItem").css("minWidth", $x_pageDiv.width() - $panel.outerWidth(true) - parseInt($(".listItem").css('padding-left')) - parseInt($(".listItem").css('padding-right')) - 20);
}

// now get info about hotspots & create them
Expand Down

0 comments on commit f653678

Please sign in to comment.