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
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 ...