Min-Height for a table in firefox not working

后端 未结 4 1156
春和景丽
春和景丽 2021-01-07 22:48

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

4条回答
  •  花落未央
    2021-01-07 23:30

    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

提交回复
热议问题