Can I use a min-height for table, tr or td?

后端 未结 7 1092
Happy的楠姐
Happy的楠姐 2020-12-23 00:11

I am trying to show some details of a receive in a table.

I want that table to have a min height to show the products. So if there is only one product, the table wou

7条回答
  •  Happy的楠姐
    2020-12-23 00:57

    It's not a nice solution but try it like this:

    Lorem
    Ipsum

    and set the divs to the min-height:

    div {
        min-height: 300px;
    }
    

    Hope this is what you want ...

提交回复
热议问题