From: Kristofer Krause Date: Thu, 1 Oct 2015 20:06:03 +0000 (-0400) Subject: nub outerWidth X-Git-Tag: v5.5.3~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6912%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git nub outerWidth --- diff --git a/js/foundation/foundation.tooltip.js b/js/foundation/foundation.tooltip.js index de665d645..d6cb3f638 100644 --- a/js/foundation/foundation.tooltip.js +++ b/js/foundation/foundation.tooltip.js @@ -217,7 +217,7 @@ width = target.data('width'); nub = tip.children('.nub'); nubHeight = nub.outerHeight(); - nubWidth = nub.outerHeight(); + nubWidth = nub.outerWidth(); if (this.small()) { tip.css({'width' : '100%'});