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
height for td works like min-height:
height
td
min-height
td { height: 100px; }
instead of
td { min-height: 100px; }
Table cells will grow when the content does not fit.
https://jsfiddle.net/qz70zps4/