...

/

Problem: Table Display Equal Height

Problem: Table Display Equal Height

Try to leverage CSS display: table and display: table-cell to ensure two side-by-side columns always share the same height without Flexbox.

Problem description

You have two <div class="column"> elements inside a parent <div ...