liabru / jquery-match-height

a responsive equal heights plugin
MIT License
3.07k stars 799 forks source link

does it ignores margin? #139

Closed Fanni-Portier closed 7 years ago

Fanni-Portier commented 7 years ago

I'm quite sure I did something wrong. But before I start to look for a fault again …

Is it possible or maybe a known issue, that match-height ignores the margin bottom of the last element?

Fanni-Portier commented 7 years ago

sorry, I found the fault after writing this.

there was a problem with floats - overflow: hidden solved it.