Basically, i would like to have a min-height for my table, so that responsively it can adjust at it\'s own means. This works beautifully in chrome but it really doesn\'t lik
Unfortunately specifically with Firefox this is a bug: https://bugzilla.mozilla.org/show_bug.cgi?id=307866
min-height: [whatever]
will not play well with
display: table
The only alternative is to use a fixed height.
Case closed