Skip to content

Commit a3a058c

Browse files
committed
removed forced display:block after application
1 parent b62297b commit a3a058c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jquery.matchHeight.js

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@
7070
// find the max height (including padding, but not margin)
7171
if ($that.outerHeight(false) > maxHeight)
7272
maxHeight = $that.outerHeight(false);
73+
74+
// revert display block
75+
$that.css({ 'display': '' });
7376
});
7477

7578
// iterate the row and apply the height to all elements

0 commit comments

Comments
 (0)