diff --git a/bower.json b/bower.json index 378bf07..a809945 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "adapt-contrib-hotgraphic", - "version": "2.0.2", + "version": "2.0.3", "framework": "^2.0.0", "homepage": "https://github.com/adaptlearning/adapt-contrib-hotgraphic", "issues": "https://adaptlearning.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10100&issuetype=1&priority=6&components=10501", diff --git a/less/hotgraphic.less b/less/hotgraphic.less index efda91e..c115295 100644 --- a/less/hotgraphic.less +++ b/less/hotgraphic.less @@ -48,7 +48,7 @@ .hotgraphic-popup-toolbar { position: relative; background-color: @item-color; - height: (@item-padding * 2) + @icon-size; + height: (@item-padding-top + @item-padding-bottom) + @icon-size; } .hotgraphic-popup-nav {