Skip to content

Commit b52448a

Browse files
committed
fix row detection on safari (windows)
1 parent 71a5151 commit b52448a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

jquery.matchHeight-min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery.matchHeight.js

+2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
'display': display,
143143
'padding-top': '0',
144144
'padding-bottom': '0',
145+
'margin-top': '0',
146+
'margin-bottom': '0',
145147
'border-top-width': '0',
146148
'border-bottom-width': '0',
147149
'height': '100px'

0 commit comments

Comments
 (0)