Issue with Making Child Div Inherit Height from Parent <td> without js or absolute positning.
I'm facing a problem with making a child div (.auto-box) inherit the height of its parent <td> in HTML/CSS without having using javascript or position absolute.
Here's a simplified version of my code:
https://codepen.io/umanga/pen/JjVMNbJ
Here's a simplified version of my code:
https://codepen.io/umanga/pen/JjVMNbJ


