Skip to content

Commit

Permalink
removed forced display:block after application
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed May 1, 2014
1 parent b62297b commit a3a058c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jquery.matchHeight.js
Expand Up @@ -70,6 +70,9 @@
// find the max height (including padding, but not margin)
if ($that.outerHeight(false) > maxHeight)
maxHeight = $that.outerHeight(false);

// revert display block
$that.css({ 'display': '' });
});

// iterate the row and apply the height to all elements
Expand Down

0 comments on commit a3a058c

Please sign in to comment.