theonlychase
8/3/2017 - 8:40 PM

Make the Shorter, uneven column full height with the other.

Make the Shorter, uneven column full height with the other.

/* Add this to the column or element you want to make full height */
padding-bottom: 100%; 
margin-bottom: -100%;

/* Add this to the parent */
overflow: hidden;

/* https://stackoverflow.com/questions/19089384/twitter-bootstrap-3-two-columns-full-height */