aihowes / equalstature

EqualStature a jQuery plugin that matches the height of elements using the tallest (natural) height

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to use height instead of min-height

aihowes opened this issue · comments

So firefox doesn't pay attention to min-height when it's set on a table, making equalstature pretty useless when using it with an element set to display table.

Suggested fix: allow the ability to choose to use height or min-height. Min height is generally preferred allowing there to be extra wiggle room if for some reason the plugin doesn't work and some content forces the element to be taller than the min-height but height can also be useful.