twitter bootstrap – setting column height based on max column height
I want to make all the columns to same height in a row. So, all columns in a row should have the same height as any column with max height. Fiddler: https://jsfiddle.net/ebwwvy6m/11/ <div class="container-fluid"> <div class="row"> <div class="col-sm-2 bg-warning"> This…